CComponentsWindow: remove refresh()

initCCWItems() does the same, but is private


Origin commit data
------------------
Commit: de330ac39c
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-03-09 (Sat, 09 Mar 2013)
This commit is contained in:
2013-03-09 14:05:24 +01:00
parent 4d6f33296a
commit 078e3414cc
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();