mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-02-07 05:54:56 +01:00
Change to NORMAL mode in isc_abort
This commit is contained in:
parent
8847f34afe
commit
72fcf073c7
1 changed files with 1 additions and 0 deletions
|
@ -2365,6 +2365,7 @@ isc_abort(Argument* argument)
|
||||||
isc_completion(&arg);
|
isc_completion(&arg);
|
||||||
|
|
||||||
notify(DEFAULT, "");
|
notify(DEFAULT, "");
|
||||||
|
change_mode(NORMAL);
|
||||||
gtk_widget_grab_focus(GTK_WIDGET(Zathura.UI.view));
|
gtk_widget_grab_focus(GTK_WIDGET(Zathura.UI.view));
|
||||||
|
|
||||||
if(!Zathura.Global.show_inputbar)
|
if(!Zathura.Global.show_inputbar)
|
||||||
|
|
Loading…
Reference in a new issue