Bug 5913: SCT, switching Sheets, vertical time scrolling out of sync / 5908 Followup Bug Number: 5913, 5908. Release notes (y/n): 7.0.6 For Release Nums: 7.0.6 and 7.1 This SCT vertical time scroll bug (when switching to a different SCT Sheet) was fixed with a change to the 5908 fix. In method SctView:: restoreTimeScrollPos(), Qt events are dispatched after the 'premilimary' call to QScrollBar::setValue (int), i.e. before the 2nd call to that method.