Mercurial > hg > svgui
comparison view/Pane.cpp @ 728:596414d20ef0 tonioni
Fix failure to delete property stack when pane is deleted (sometimes). Fixes Tony crash bug #881, needs to go in SV as well.
| author | Chris Cannam |
|---|---|
| date | Tue, 04 Mar 2014 15:28:32 +0000 |
| parents | 4eb741d63161 |
| children | 711ae36a53a2 |
comparison
equal
deleted
inserted
replaced
| 727:4eb741d63161 | 728:596414d20ef0 |
|---|---|
| 88 setMouseTracking(true); | 88 setMouseTracking(true); |
| 89 setAcceptDrops(true); | 89 setAcceptDrops(true); |
| 90 | 90 |
| 91 updateHeadsUpDisplay(); | 91 updateHeadsUpDisplay(); |
| 92 | 92 |
| 93 | 93 cerr << "Pane::Pane(" << this << ") returning" << endl; |
| 94 // SVDEBUG << "Pane::Pane(" << this << ") returning" << endl; | |
| 95 } | 94 } |
| 96 | 95 |
| 97 void | 96 void |
| 98 Pane::updateHeadsUpDisplay() | 97 Pane::updateHeadsUpDisplay() |
| 99 { | 98 { |
