Reposition the main toolbar as the setting changed. */
| 142 | |
| 143 | /** Reposition the main toolbar as the setting changed. */ |
| 144 | static void v_PositionMainToolbar(int32_t) |
| 145 | { |
| 146 | if (_game_mode != GM_MENU) PositionMainToolbar(nullptr); |
| 147 | } |
| 148 | |
| 149 | /** Reposition the statusbar as the setting changed. */ |
| 150 | static void v_PositionStatusbar(int32_t) |
nothing calls this directly
no test coverage detected