diff options
-rw-r--r-- | src/gui/s60framework/qs60mainappui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/s60framework/qs60mainappui.cpp b/src/gui/s60framework/qs60mainappui.cpp index e2ec78c..8a8a03d 100644 --- a/src/gui/s60framework/qs60mainappui.cpp +++ b/src/gui/s60framework/qs60mainappui.cpp @@ -326,7 +326,7 @@ void QS60MainAppUi::HandleScreenDeviceChangedL() // resize due to status pane change. // Eventually when layout is ready, Symbian framework calls // HandleResourceChangeL(KEikDynamicLayoutVariantSwitch) which triggers - // resize to Qt window and to its EGL surface. + // resize to Qt window and to its EGL surface. S60->handleStatusPaneResizeNotifications = false; QS60MainAppUiBase::HandleScreenDeviceChangedL(); S60->handleStatusPaneResizeNotifications = true; |