mirror of
https://github.com/holub/mame
synced 2025-06-06 04:43:45 +03:00
ui/datmenu.cpp: Respect clicks on headings (GitHub #9522).
This commit is contained in:
parent
869f8d51e8
commit
d877affabd
@ -359,7 +359,7 @@ bool menu_dats_view::custom_mouse_down()
|
||||
if ((hover() - HOVER_INFO_TEXT - 1) != m_actual)
|
||||
{
|
||||
m_actual = hover() - HOVER_INFO_TEXT - 1;
|
||||
reset(reset_options::SELECT_FIRST);
|
||||
reset_layout();
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user