CComponentsWindow: remove refresh()

initCCWItems() does the same, but is private
This commit is contained in:
2013-03-09 14:05:24 +01:00
parent 74b2dde248
commit de330ac39c
3 changed files with 15 additions and 5 deletions

View File

@@ -512,7 +512,6 @@ int CTestMenu::exec(CMenuTarget* parent, const std::string &actionKey)
window->setWindowIcon(NEUTRINO_ICON_LOCK);
window->setWindowCaption("Test");
}
window->refresh();
if (!window->isPainted())
window->paint();