From 961e4c3cd91166435203ef651a25ef98d48a4b2c Mon Sep 17 00:00:00 2001 From: twanvl Date: Tue, 7 Dec 2010 21:44:56 +0000 Subject: [PATCH] use wxBORDER_THEME for custom controls git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1556 0fc631ac-6414-0410-93d0-97cfa31319b6 --- src/gui/control/text_ctrl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/control/text_ctrl.hpp b/src/gui/control/text_ctrl.hpp index 99729732..c6c39a93 100644 --- a/src/gui/control/text_ctrl.hpp +++ b/src/gui/control/text_ctrl.hpp @@ -29,7 +29,7 @@ DECLARE_POINTER_TYPE(FakeTextValue); */ class TextCtrl : public DataEditor { public: - TextCtrl(Window* parent, int id, bool multi_line, long style = 0); + TextCtrl(Window* parent, int id, bool multi_line, long style = wxBORDER_THEME); ~TextCtrl(); /// Set the value that is being edited