1
0
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:
lllucius@gmail.com 2014-12-13 21:52:31 +00:00
parent 2afba65cb6
commit 012debf65a

View File

@ -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 );