forked from howl-editor/howl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mano a mano with Gtk scrollbars again
So far it's been a losing battle, but perhaps this time? The last change to get rid of the pesky Gtk warning resulted in erratic scroll behaviour instead due to this Gtk issue: https://bugzilla.gnome.org/show_bug.cgi?id=765410 Apparently we cannot get syncing of scrollbars to work at all from within the size allocate handler. Since none of the other queueing mechanisms seems to have an effect (queue_resize, etc.) we just bend over and add an ugly work-around based on triggering an additional refresh after the size allocate is done. For issue howl-editor#371.
- Loading branch information
Showing
1 changed file
with
19 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters