FIXED disabling side bar when enabling translation
This commit is contained in:
spacy51 2008-02-22 19:32:43 +00:00
parent 71e80e63b3
commit eb49943649
1 changed files with 2 additions and 0 deletions

View File

@ -262,9 +262,11 @@ bool MainWnd::enableTranslation( bool enable )
// apply translation
// the user might have to restart the application to apply changes completely
QByteArray windowState = saveState();
createDockWidgets();
createActions();
createMenus();
restoreState( windowState );
return true;
}