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:
parent
63f9875066
commit
37798bfa6b
@ -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 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user