- Fixed week view refresh after settings are changed
[qtmeetings] / src / BusinessLogic / UIManager.cpp
index 1c58381..066ca2d 100644 (file)
@@ -146,6 +146,9 @@ void UIManager::settingsViewRequest()
 void UIManager::settingsOkClicked()
 {
        // Show the weekly view and restart the idle timer
+       QT_DELETE(iWeeklyView);
+       createWeeklyView();
+
        if ( iWeeklyView != 0 )
        {
                iWindowManager->showView( static_cast<ViewBase *>( iWeeklyView ) );