mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.examples: ScatterCtrl_Demo fixed to compile
git-svn-id: svn://ultimatepp.org/upp/trunk@6103 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
adf06a4698
commit
a625666586
2 changed files with 1 additions and 3 deletions
|
|
@ -21,8 +21,6 @@ file
|
|||
tab8.cpp,
|
||||
tab9.cpp,
|
||||
tab10.cpp,
|
||||
tab11.cpp,
|
||||
tabPie.cpp,
|
||||
symbol.iml;
|
||||
|
||||
mainconfig
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ ScatterCtrl_Demo::ScatterCtrl_Demo()
|
|||
examplesRects.Add(Examples()[i].ctrl());
|
||||
}
|
||||
examplesList.Add("Pie chart");
|
||||
tabPie.Init();
|
||||
// tabPie.Init();
|
||||
Add(tabPie.HSizePosZ(180, 4).VSizePosZ(4, 8));
|
||||
examplesRects.Add(&tabPie);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue