diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2011-02-20 12:54:15 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2011-02-20 12:54:15 +0100 |
commit | 403a9d702a1f382808e0937dfb149f99fd9bb217 (patch) | |
tree | fb8f248608dbed897bbc9baaf5eb2517df99b902 /liblogdiag | |
parent | f9827e2ff3d2002b6facd00a8c74f8a8861636c7 (diff) | |
download | logdiag-403a9d702a1f382808e0937dfb149f99fd9bb217.tar.gz logdiag-403a9d702a1f382808e0937dfb149f99fd9bb217.tar.xz logdiag-403a9d702a1f382808e0937dfb149f99fd9bb217.zip |
Disable LdDiagramView scrollbars when not needed.
Diffstat (limited to 'liblogdiag')
-rw-r--r-- | liblogdiag/ld-diagram-view.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/liblogdiag/ld-diagram-view.c b/liblogdiag/ld-diagram-view.c index df86328..81cd76b 100644 --- a/liblogdiag/ld-diagram-view.c +++ b/liblogdiag/ld-diagram-view.c @@ -675,9 +675,6 @@ on_size_allocate (GtkWidget *widget, GtkAllocation *allocation, /* FIXME: If the new allocation is bigger, we may see more than * what we're supposed to be able to see -> adjust X and Y. - * - * If the visible area is so large that we simply must see more, - * let's disable the scrollbars in question. */ update_adjustments (self); } |