summaryrefslogtreecommitdiffhomepage
path: root/Stars45/CmdTheaterDlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/CmdTheaterDlg.cpp')
-rw-r--r--Stars45/CmdTheaterDlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Stars45/CmdTheaterDlg.cpp b/Stars45/CmdTheaterDlg.cpp
index 4100fb7..b3b7ead 100644
--- a/Stars45/CmdTheaterDlg.cpp
+++ b/Stars45/CmdTheaterDlg.cpp
@@ -162,7 +162,7 @@ CmdTheaterDlg::ExecFrame()
(zoom_in_btn && zoom_in_btn->GetButtonState() > 0)) {
map_view->ZoomIn();
}
- else if (Keyboard::KeyDown(VK_SUBTRACT) ||
+ else if (Keyboard::KeyDown(VK_SUBTRACT) ||
(zoom_out_btn && zoom_out_btn->GetButtonState() > 0)) {
map_view->ZoomOut();
}