panning enabled in the rug menu

This commit is contained in:
Zeno Rogue 2020-04-19 15:45:02 +02:00
parent cc88c03f5a
commit fcbe13cd5f
1 changed files with 1 additions and 0 deletions

View File

@ -1511,6 +1511,7 @@ EX void show() {
dialog::display();
keyhandler = [] (int sym, int uni) {
handlePanning(sym, uni);
dialog::handleNavigation(sym, uni);
if(uni == 'h' || uni == SDLK_F1) gotoHelp(makehelp());