Disable LdDiagramView scrollbars when not needed.

This commit is contained in:
2011-02-20 12:54:15 +01:00
parent f9827e2ff3
commit 403a9d702a
2 changed files with 2 additions and 3 deletions

View File

@@ -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);
}