Mercurial > hg > sonic-visualiser
comparison main/MainWindow.cpp @ 112:18b0a43155ae
...
author | Chris Cannam |
---|---|
date | Thu, 01 Mar 2007 20:13:59 +0000 |
parents | 7783bbb99887 |
children | 8a38b9aeba12 |
comparison
equal
deleted
inserted
replaced
111:7783bbb99887 | 112:18b0a43155ae |
---|---|
3223 Pane *pane = command->getPane(); | 3223 Pane *pane = command->getPane(); |
3224 | 3224 |
3225 if (configuration.layer == LayerFactory::Spectrum) { | 3225 if (configuration.layer == LayerFactory::Spectrum) { |
3226 pane->setPlaybackFollow(PlaybackScrollContinuous); | 3226 pane->setPlaybackFollow(PlaybackScrollContinuous); |
3227 pane->setFollowGlobalZoom(false); | 3227 pane->setFollowGlobalZoom(false); |
3228 pane->setZoomLevel(1); | 3228 pane->setZoomLevel(512); |
3229 } | 3229 } |
3230 | 3230 |
3231 if (configuration.layer != LayerFactory::TimeRuler && | 3231 if (configuration.layer != LayerFactory::TimeRuler && |
3232 configuration.layer != LayerFactory::Spectrum) { | 3232 configuration.layer != LayerFactory::Spectrum) { |
3233 | 3233 |