Skip to content

Commit

Permalink
Use the same hotkey for Scenario specification dialog
Browse files Browse the repository at this point in the history
relates to #6845
  • Loading branch information
ihhub committed May 18, 2024
1 parent d097964 commit 0561316
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/fheroes2/editor/editor_interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -740,6 +740,9 @@ namespace Interface
else if ( HotKeyPressEvent( Game::HotKeyEvent::WORLD_FILE_OPTIONS ) ) {
res = eventFileDialog();
}
else if ( HotKeyPressEvent( Game::HotKeyEvent::WORLD_SCENARIO_INFORMATION ) ) {
openMapSpecificationsDialog();
}
else if ( HotKeyPressEvent( Game::HotKeyEvent::WORLD_VIEW_WORLD ) ) {
eventViewWorld();
}
Expand Down

0 comments on commit 0561316

Please sign in to comment.