mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-01 16:19:43 +02:00
Fix crash when opening Screenshot Tools
This commit is contained in:
parent
2afba65cb6
commit
012debf65a
@ -437,6 +437,8 @@ void ToolBar::ReCreateButtons()
|
||||
|
||||
// Get rid of any children we may have
|
||||
DestroyChildren();
|
||||
mGrabber = NULL;
|
||||
mResizer = NULL;
|
||||
|
||||
// Create the main sizer
|
||||
wxBoxSizer *ms = new wxBoxSizer( wxHORIZONTAL );
|
||||
|
Loading…
x
Reference in New Issue
Block a user