Stuff related to the (main) toolbar. More...
Go to the source code of this file.
Functions | |
void | AllocateToolbar () |
void | ToggleBoundingBoxes () |
Toggle drawing of sprites' bounding boxes. | |
Variables | |
int16 * | _preferred_toolbar_size |
Pointer to the default size for the main toolbar. |
Stuff related to the (main) toolbar.
Definition in file toolbar_gui.h.
void ToggleBoundingBoxes | ( | ) |
Toggle drawing of sprites' bounding boxes.
Function is found here and not in viewport.cpp in order to avoid importing the settings structs to there
Definition at line 855 of file toolbar_gui.cpp.
References _settings_client, ClientSettings::gui, MarkWholeScreenDirty(), and GUISettings::newgrf_developer_tools.
Referenced by MenuClickHelp(), and MainWindow::OnKeyPress().