ui/datmenu.cpp: Respect clicks on headings (GitHub #9522).

This commit is contained in:
Vas Crabb 2022-04-07 02:51:13 +10:00
parent 869f8d51e8
commit d877affabd

View File

@ -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;
}