comparison view/ViewManager.cpp @ 363:6167a28d25fc sv1-v1.2pre3

* line up overview widget nicely with main pane (at least on first startup) * fix #1878396 renaming layer seems to have no visible effect * comment out some debug output
author Chris Cannam
date Wed, 06 Feb 2008 17:40:53 +0000
parents a9dfa2d6d5ac
children eedb7f341ec5
comparison
equal deleted inserted replaced
362:a9dfa2d6d5ac 363:6167a28d25fc
22 #include <QSettings> 22 #include <QSettings>
23 #include <QApplication> 23 #include <QApplication>
24 24
25 #include <iostream> 25 #include <iostream>
26 26
27 #define DEBUG_VIEW_MANAGER 1 27 //#define DEBUG_VIEW_MANAGER 1
28 28
29 ViewManager::ViewManager() : 29 ViewManager::ViewManager() :
30 m_playSource(0), 30 m_playSource(0),
31 m_globalCentreFrame(0), 31 m_globalCentreFrame(0),
32 m_globalZoom(1024), 32 m_globalZoom(1024),