diff options
Diffstat (limited to 'src/game_tab/right_panel/editor/EditorCanvas.cpp')
| -rw-r--r-- | src/game_tab/right_panel/editor/EditorCanvas.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game_tab/right_panel/editor/EditorCanvas.cpp b/src/game_tab/right_panel/editor/EditorCanvas.cpp index 1df39b9..03fec96 100644 --- a/src/game_tab/right_panel/editor/EditorCanvas.cpp +++ b/src/game_tab/right_panel/editor/EditorCanvas.cpp @@ -2,7 +2,7 @@ EditorCanvas::EditorCanvas(wxFrame *parent, std::shared_ptr<Game> game) : wxPanel(parent), game(game) { - hide_icon = LoadPNG("hide", wxSize(CGEditor::status.MoveIconWidth, + hide_icon = LoadPNG("ui_eye_close", wxSize(CGEditor::status.MoveIconWidth, CGEditor::status.MoveIconWidth)); t.ResizePieces(CGEditor::status.MoveIconWidth); |
