mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-29 14:17:57 +03:00
Fixed unmovable window
This commit is contained in:
parent
0dc31e22b4
commit
407a30408d
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ void UIFloatingWindow::Pressed
|
|||
}
|
||||
|
||||
m_clickpoint = m_clickOffset;
|
||||
if (m_clickOffset.y >= 18.0)
|
||||
if (m_clickOffset.y < 18.0)
|
||||
{
|
||||
uWinMan.setFirstResponder(this);
|
||||
m_isPressed = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue