Commit 42ed8813 authored by twanvl's avatar twanvl

use wxBORDER_THEME for custom controls

parent 9b894a78
...@@ -29,7 +29,7 @@ DECLARE_POINTER_TYPE(FakeTextValue); ...@@ -29,7 +29,7 @@ DECLARE_POINTER_TYPE(FakeTextValue);
*/ */
class TextCtrl : public DataEditor { class TextCtrl : public DataEditor {
public: 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(); ~TextCtrl();
/// Set the value that is being edited /// Set the value that is being edited
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment