comparison view/ViewManager.cpp @ 643:77fa3fdbfc7e sv_v2.1

Fix bug that caused overview to jump back to its original position after moving on double-click
author Chris Cannam
date Thu, 16 May 2013 13:11:13 +0100
parents 2c35737cd3f8
children 1a0fdad4af4d 1a0dfcbffaf1
comparison
equal deleted inserted replaced
642:2c35737cd3f8 643:77fa3fdbfc7e
24 #include <QSettings> 24 #include <QSettings>
25 #include <QApplication> 25 #include <QApplication>
26 26
27 #include <iostream> 27 #include <iostream>
28 28
29 #define DEBUG_VIEW_MANAGER 1 29 //#define DEBUG_VIEW_MANAGER 1
30 30
31 ViewManager::ViewManager() : 31 ViewManager::ViewManager() :
32 m_playSource(0), 32 m_playSource(0),
33 m_globalCentreFrame(0), 33 m_globalCentreFrame(0),
34 m_globalZoom(1024), 34 m_globalZoom(1024),