mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
CtrlLib: Fixed ArrayCtrl Separator issue displaying TIP (#437)
git-svn-id: svn://ultimatepp.org/upp/trunk@5847 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
b6dfdbf591
commit
3bc3e2cbfc
2 changed files with 6 additions and 0 deletions
|
|
@ -1886,6 +1886,9 @@ struct ArrayCtrlSeparatorDisplay : Display {
|
|||
w.DrawRect(r.left, y, r.GetWidth(), 1, SColorShadow());
|
||||
w.DrawRect(r.left, y + 1, r.GetWidth(), 1, SColorLight());
|
||||
}
|
||||
virtual Size GetStdSize(const Value& q) const {
|
||||
return Size(0, 2);
|
||||
}
|
||||
};
|
||||
|
||||
void ArrayCtrl::AddSeparator()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue