diff options
| author | Peter Penz <[email protected]> | 2012-02-23 17:26:51 +0100 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2012-02-23 17:28:03 +0100 |
| commit | 21a5a890b3010e591e139724d5c6f555df4481f9 (patch) | |
| tree | fb48c65173c9163cdf81c2bc8bc064af3ac0eff3 /src/views/dolphinview.cpp | |
| parent | a6627b9f2345eac9cc650aa9f87f9c69db8c707f (diff) | |
Whitespace cleanups and documentation fixes
Diffstat (limited to 'src/views/dolphinview.cpp')
| -rw-r--r-- | src/views/dolphinview.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/views/dolphinview.cpp b/src/views/dolphinview.cpp index 700427ed7..ea7441600 100644 --- a/src/views/dolphinview.cpp +++ b/src/views/dolphinview.cpp @@ -451,11 +451,11 @@ void DolphinView::stopLoading() void DolphinView::readSettings() { const int oldZoomLevel = m_container->zoomLevel(); - + GeneralSettings::self()->readConfig(); m_container->readSettings(); applyViewProperties(); - + const int newZoomLevel = m_container->zoomLevel(); if (newZoomLevel != oldZoomLevel) { emit zoomLevelChanged(newZoomLevel, oldZoomLevel); |
