1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-22 07:10:06 +02:00

Bug 1672 - Residual

Now clear the pointer to the screenshot window, if it is closed by some other route.
This commit is contained in:
James Crook 2017-07-03 21:55:56 +01:00
parent 51c5c73b3b
commit a5df25f762

View File

@ -281,6 +281,8 @@ ScreenFrame::ScreenFrame(wxWindow * parent, wxWindowID id)
ScreenFrame::~ScreenFrame()
{
if( mFrame )
mFrame.release();
}
void ScreenFrame::Populate()