mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-26 22:16:01 +01:00
Change to NORMAL mode in isc_abort
This commit is contained in:
parent
5e352124fb
commit
4be866a0ef
1 changed files with 1 additions and 0 deletions
|
@ -2365,6 +2365,7 @@ isc_abort(Argument* argument)
|
|||
isc_completion(&arg);
|
||||
|
||||
notify(DEFAULT, "");
|
||||
change_mode(NORMAL);
|
||||
gtk_widget_grab_focus(GTK_WIDGET(Zathura.UI.view));
|
||||
|
||||
if(!Zathura.Global.show_inputbar)
|
||||
|
|
Loading…
Reference in a new issue