mirror of
https://github.com/Rayerd/dfl.git
synced 2025-04-25 20:49:58 +03:00
Brush up
This commit is contained in:
parent
331b340629
commit
86c88840e9
1 changed files with 2 additions and 2 deletions
|
@ -316,11 +316,11 @@ class Splitter: Control // docmain
|
|||
break;
|
||||
|
||||
case DockStyle.FILL:
|
||||
assert("DockStyle.FILL is not allowed in Splitter");
|
||||
assert(0, "DockStyle.FILL is not allowed in Splitter");
|
||||
break;
|
||||
|
||||
case DockStyle.NONE:
|
||||
assert("DockStyle.NONE is not allowed in Splitter");
|
||||
assert(0, "DockStyle.NONE is not allowed in Splitter");
|
||||
break;
|
||||
}
|
||||
return null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue