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