From 2bd42fe8cfca011fdb774ecf2438de3956c75aca Mon Sep 17 00:00:00 2001 From: unodgs Date: Wed, 24 Feb 2010 12:37:43 +0000 Subject: [PATCH] Removed black frame from edit controls git-svn-id: svn://ultimatepp.org/upp/trunk@2142 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/GridCtrl/GridBase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uppsrc/GridCtrl/GridBase.cpp b/uppsrc/GridCtrl/GridBase.cpp index 70f0cd3d3..64d18f291 100644 --- a/uppsrc/GridCtrl/GridBase.cpp +++ b/uppsrc/GridCtrl/GridBase.cpp @@ -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); }