mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 23:13:48 +01:00
Fix adjust_window when inputbar is visible
This commit is contained in:
parent
a8cd10dcac
commit
bb104073f3
@ -90,7 +90,6 @@ sc_adjust_window(girara_session_t* session, girara_argument_t* argument,
|
||||
/* correct view size */
|
||||
if (gtk_widget_get_visible(GTK_WIDGET(session->gtk.inputbar)) == true) {
|
||||
gtk_widget_get_allocation(session->gtk.inputbar, &allocation);
|
||||
width += allocation.width;
|
||||
height += allocation.height;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user