diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-12-30 10:02:56 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-12-30 10:02:56 +0100 |
| commit | 2fd237a78ffd78e198bfb68ba2fc9fa296a1fe9f (patch) | |
| tree | 6c2edffe679111af657dd80c3afe6c665fec8540 /src/game_tab/right_panel/editor/EditorCanvas.hpp | |
| parent | d23718225af6da861ff061b3400c8cefef29c2de (diff) | |
Improve UI
Diffstat (limited to 'src/game_tab/right_panel/editor/EditorCanvas.hpp')
| -rw-r--r-- | src/game_tab/right_panel/editor/EditorCanvas.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game_tab/right_panel/editor/EditorCanvas.hpp b/src/game_tab/right_panel/editor/EditorCanvas.hpp index c2f35c8..0858dbb 100644 --- a/src/game_tab/right_panel/editor/EditorCanvas.hpp +++ b/src/game_tab/right_panel/editor/EditorCanvas.hpp @@ -19,6 +19,7 @@ class EditorCanvas : public wxPanel, public cgeditor::CGEditor { wxPoint Middle(cgeditor::Element e); wxBitmap hide_icon; Theme t; + wxFont default_font; public: EditorCanvas(wxFrame *parent); |
