refactor: canvas widget adjustments - #1719
Conversation
a1aa124 to
71664b5
Compare
118dfb9 to
86077d9
Compare
…ustments fixes "gtk_adjustment_configure: assertion 'lower + page_size <= upper' failed"
Signed-off-by: Moritz Mechelk <moritzmechelk@gmail.com>
86077d9 to
d0de4ab
Compare
|
Looks good, functionally it fixes the outlined issues. |
|
I agree that this needs to be cleaned up in the future. Especially the surface <-> adjustment conversion should be more hidden/abstracted away, but I couldn't really find a good way to do that within the current code without re-calculating the surface bounds all the time. |
gtk_adjustment_configure: assertion 'lower + page_size <= upper' failedlog spam by ensuring that the bounds are at least as big as the widget.TODO