mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-06 01:35:59 +01:00
Hide inputbar
This commit is contained in:
parent
93897dbeb0
commit
9f8441461d
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue