This commit is contained in:
SFENCE 2024-05-15 04:47:01 +02:00
parent 6303334cc2
commit 2fdf1fd9f5
1 changed files with 2 additions and 0 deletions

View File

@ -4098,6 +4098,8 @@ bool GUIFormSpecMenu::preprocessEvent(const SEvent& event)
skin->setFont(m_font);
bool retval = hovered->OnEvent(event);
skin->setFont(old_font);
// This is expected to be set to BET_OTHER with mouse UP event
m_held_mouse_button = BET_OTHER;
return retval;
}
}