mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-28 10:20:04 +02:00
Keep zoom window open when undoing
This commit is contained in:
@@ -2128,7 +2128,7 @@ int main(int argc, char *argv[])
|
||||
if (!sdl_zoom_trig && zoom_en==1)
|
||||
zoom_en = 0;
|
||||
|
||||
if (sdl_key=='z' && zoom_en==2 && sys_shortcuts==1)
|
||||
if (sdl_key=='z' && !(sdl_mod & (KMOD_LCTRL|KMOD_RCTRL)) && zoom_en==2 && sys_shortcuts==1)
|
||||
zoom_en = 1;
|
||||
|
||||
if (load_mode)
|
||||
|
Reference in New Issue
Block a user