| 373 | } |
| 374 | |
| 375 | static void ZoomMinMaxChanged(int32_t) |
| 376 | { |
| 377 | ConstrainAllViewportsZoom(); |
| 378 | GfxClearSpriteCache(); |
| 379 | InvalidateWindowClassesData(WC_SPRITE_ALIGNER); |
| 380 | if (AdjustGUIZoom(false)) { |
| 381 | ReInitAllWindows(true); |
| 382 | } |
| 383 | } |
| 384 | |
| 385 | static void SpriteZoomMinChanged(int32_t) |
| 386 | { |
nothing calls this directly
no test coverage detected