Commit 80e642e1 authored by twanvl's avatar twanvl

set theme border also for StylingEditor

parent 2afba745
...@@ -56,7 +56,7 @@ class NativeLookEditor : public DataEditor { ...@@ -56,7 +56,7 @@ class NativeLookEditor : public DataEditor {
/// Editor for set.data /// Editor for set.data
class SetInfoEditor : public NativeLookEditor { class SetInfoEditor : public NativeLookEditor {
public: public:
SetInfoEditor(Window* parent, int id, long style = 0); SetInfoEditor(Window* parent, int id, long style = wxBORDER_THEME);
virtual Package& getStylePackage() const; virtual Package& getStylePackage() const;
protected: protected:
...@@ -68,7 +68,7 @@ class SetInfoEditor : public NativeLookEditor { ...@@ -68,7 +68,7 @@ class SetInfoEditor : public NativeLookEditor {
/// Editor for styling data /// Editor for styling data
class StylingEditor : public NativeLookEditor { class StylingEditor : public NativeLookEditor {
public: public:
StylingEditor(Window* parent, int id, long style = 0); StylingEditor(Window* parent, int id, long style = wxBORDER_THEME);
/// Show the styling for given stylesheet in the editor /// Show the styling for given stylesheet in the editor
void showStylesheet(const StyleSheetP& stylesheet); void showStylesheet(const StyleSheetP& stylesheet);
...@@ -83,7 +83,7 @@ class StylingEditor : public NativeLookEditor { ...@@ -83,7 +83,7 @@ class StylingEditor : public NativeLookEditor {
/// Editor for export options /// Editor for export options
class ExportOptionsEditor : public NativeLookEditor { class ExportOptionsEditor : public NativeLookEditor {
public: public:
ExportOptionsEditor(Window* parent, int id, long style = 0); ExportOptionsEditor(Window* parent, int id, long style = wxBORDER_THEME);
/// Show the options for given export template /// Show the options for given export template
void showExport(const ExportTemplateP& export_template); void showExport(const ExportTemplateP& export_template);
......
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