mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
764c61a08f
QSignalBlocker in updateScrollbar is too strong and prevents the scroll bar from communicating with its scroll area. The only solution to block signals between specifically between two objects is to disconnect. This makes sense in this case, by making updateScrollbar responsible for managing the connection in the first place.