Skip to content

Commit

Permalink
Don't (un)lock the interface when hiding the minimap
Browse files Browse the repository at this point in the history
  • Loading branch information
lmoureaux committed Jul 9, 2022
1 parent fc1f9d5 commit 797dedf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/menu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,6 @@ void mr_menu::setup_menus()
lock_status->setShortcut(shortcut2key(SC_IFACE_LOCK));
lock_status->setChecked(false);
connect(lock_status, &QAction::triggered, this, &mr_menu::slot_lock);
connect(minimap_status, &QAction::triggered, this, &mr_menu::slot_lock);
menu->addSeparator();
act = menu->addAction(_("Zoom in"));
act->setShortcut(shortcut2key(SC_ZOOM_IN));
Expand Down

0 comments on commit 797dedf

Please sign in to comment.