mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-13 06:12:49 -06:00
*CtrlLib: Fixed unitialized style in SplitterFrame (thanks Novo!)
git-svn-id: svn://ultimatepp.org/upp/trunk@6247 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
b4fc010d6f
commit
bd4e7210e7
1 changed files with 1 additions and 0 deletions
|
|
@ -134,6 +134,7 @@ SplitterFrame::SplitterFrame()
|
|||
size = size0 = 4;
|
||||
minsize = 0;
|
||||
sizemin = 0;
|
||||
style = NULL;
|
||||
SetStyle(Splitter::StyleDefault());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue