mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 23:43:46 +01:00
Hide inputbar
This commit is contained in:
parent
e30a31dcf6
commit
ac12830a00
@ -1956,6 +1956,9 @@ sc_abort(Argument* argument)
|
||||
gtk_label_set_markup((GtkLabel*) Zathura.Global.status_buffer, "");
|
||||
}
|
||||
|
||||
if(!Zathura.Global.show_inputbar)
|
||||
gtk_widget_hide(GTK_WIDGET(Zathura.UI.inputbar));
|
||||
|
||||
/* Set back to normal mode */
|
||||
change_mode(NORMAL);
|
||||
switch_view(Zathura.UI.document);
|
||||
|
Loading…
Reference in New Issue
Block a user