This website requires JavaScript.
Explore
Help
Sign In
amacocian
/
OpenTTD
Watch
1
Star
0
Fork
0
mirror of
https://github.com/OpenTTD/OpenTTD.git
synced
2026-07-26 00:45:35 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d3fa15e620051bcec0093ba4ccb4545a75cbaab3
OpenTTD
/
src
/
widgets
T
History
peter1138
f30f5607e3
(svn r15877) -Codechange: Let drop down lists know about font height.
2009-03-28 12:47:29 +00:00
..
dropdown_func.h
(svn r15312) -Codechange: Handle closing of drop down menus when clicking in a window in a single place, instead of in the OnClick event for some windows. This standardises behaviour so that clicking anywhere in a window will close its drop down menu, which happened before for some windows but not all. In addition the dubious feature of hiding a drop down menu by opening the same menu has been removed. This only caused wasted CPU cycles as a whole new list was generated and then destroyed. Breathe.
2009-02-01 22:32:07 +00:00
dropdown_type.h
(svn r15877) -Codechange: Let drop down lists know about font height.
2009-03-28 12:47:29 +00:00
dropdown.cpp
(svn r15877) -Codechange: Let drop down lists know about font height.
2009-03-28 12:47:29 +00:00