1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-24 16:20:05 +02:00

But don't let that safety negate the fix now!

This commit is contained in:
Paul Licameli 2016-07-02 13:13:37 -04:00
parent 63f9875066
commit 37798bfa6b

View File

@ -197,7 +197,8 @@ void ToolBarResizer::OnEnter( wxMouseEvent & event )
void ToolBarResizer::OnLeave( wxMouseEvent & event )
{
mOrigFocus = nullptr;
if (!GetCapture())
mOrigFocus = nullptr;
}
void ToolBarResizer::OnMotion( wxMouseEvent & event )