mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Fix the window sizer losing focus when rapidly dragging the mouse
This would lead to annoyances when trying to resize the window as the window sizer would lose focus
This commit is contained in:
parent
011f49616b
commit
e6848a3ab0
1 changed files with 4 additions and 0 deletions
|
@ -35,6 +35,10 @@ UIWindowSizer::UIWindowSizer()
|
|||
{
|
||||
m_draggingwidget = NULL;
|
||||
m_mouseState = M_NONE;
|
||||
|
||||
// Added in OPM
|
||||
// So this can be made as the first responder
|
||||
m_canactivate = true;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue