mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-31 07:12:39 -06:00
Removed black frame from edit controls
git-svn-id: svn://ultimatepp.org/upp/trunk@2142 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
4c350817e1
commit
2bd42fe8cf
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ GridCtrl::ItemRect& GridCtrl::ItemRect::Edit(Ctrl &ctrl, bool b)
|
|||
if(b)
|
||||
{
|
||||
ctrl.Hide();
|
||||
ctrl.SetFrame(BlackFrame());
|
||||
ctrl.SetFrame(NullFrame());
|
||||
(*edits)[id].ctrl = &ctrl;
|
||||
parent->holder.AddChild(&ctrl);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue