mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-13 05:57:00 -04:00
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user