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