Closed andmcadams closed 4 years ago
Removing the call causes other issues. A fix looks like it would involve rewriting the handlers for canvas resizing and scrollbar handling, which should happen anyway.
Appears to have been solved through refactoring.
Constantly resizing the window (dragging and never letting go) for a period of time will eventually cause the program to crash. This is because the resizing causes the functions _configure_canvas and _configure_scrollbars to get caught in an infinite loop. Removing the call to _configure_scrollbars in _configure_canvas seems to stop this issue, but it needs further testing to make sure it doesn't adversely impact other features.