Skip to content

Commit

Permalink
Fix help message breaking screen layout
Browse files Browse the repository at this point in the history
  • Loading branch information
rothn authored and gauteh committed Sep 10, 2023
1 parent 459da58 commit 8f2a8ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main_window.cc
Original file line number Diff line number Diff line change
Expand Up @@ -788,8 +788,10 @@ namespace Astroid {
multi_waiting = true;
multi_keybindings = kb;

#if 0
rev_multi->set_reveal_child (true);
label_multi->set_markup (kb.short_help ());
#endif

return true;
}
Expand Down

0 comments on commit 8f2a8ae

Please sign in to comment.