use wxBORDER_THEME for custom controls

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1556 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2010-12-07 21:44:56 +00:00
parent b99f2dc700
commit 961e4c3cd9
+1 -1
View File
@@ -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