projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29f3805
)
viewport: Remove outdated comment
author
Timm Bäder
<mail@baedert.org>
Sun, 15 Apr 2018 18:57:58 +0000
(20:57 +0200)
committer
Timm Bäder
<mail@baedert.org>
Sat, 21 Apr 2018 08:06:57 +0000
(10:06 +0200)
gtk/gtkviewport.c
patch
|
blob
|
history
diff --git
a/gtk/gtkviewport.c
b/gtk/gtkviewport.c
index fe34de984110abe56d5081f967bd1acd3a3679d6..caa9b78471a44e1c01225ce0fbf27245c8838ff9 100644
(file)
--- a/
gtk/gtkviewport.c
+++ b/
gtk/gtkviewport.c
@@
-548,7
+548,6
@@
gtk_viewport_size_allocate (GtkWidget *widget,
child_allocation.width = gtk_adjustment_get_upper (hadjustment);
child_allocation.height = gtk_adjustment_get_upper (vadjustment);
- /* Explicitly ignore the child clip here. */
gtk_widget_size_allocate (child, &child_allocation, -1);
}