Fixed redraw problem
svn-id: r16016
This commit is contained in:
parent
1a5fa3e86f
commit
f961f34c6a
1 changed files with 2 additions and 1 deletions
|
@ -152,8 +152,9 @@ static void InfoFormInit() {
|
|||
TabAddContent(&frmP, tabP, "Version", TabInfoVersionForm, VersionTabPreInit);
|
||||
TabAddContent(&frmP, tabP, "Memory", TabInfoSystemForm, SystemTabPreInit);
|
||||
|
||||
lastTab = 0;
|
||||
FrmDrawForm(frmP);
|
||||
TabSetActive(frmP, tabP, 0);
|
||||
TabSetActive(frmP, tabP, lastTab);
|
||||
|
||||
AboutTabInit(true);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue