From f1a54fd165251b1f2296f5845d31198f9b0198d9 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Mon, 9 Jan 2023 09:55:20 +0100 Subject: Improve arrow drawing --- src/game_tab/left_panel/board/BoardCanvas.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game_tab/left_panel/board/BoardCanvas.hpp') diff --git a/src/game_tab/left_panel/board/BoardCanvas.hpp b/src/game_tab/left_panel/board/BoardCanvas.hpp index 24c469c..f387c22 100644 --- a/src/game_tab/left_panel/board/BoardCanvas.hpp +++ b/src/game_tab/left_panel/board/BoardCanvas.hpp @@ -76,6 +76,8 @@ class BoardCanvas : public wxPanel { // *t is theme for board+pieces and // *t_captures is theme for captured pieces (scale down version of t) Theme *t, *t_captures; + wxColour color_arrows; + int arrows_offset; // Board to draw (char version) std::string board; std::string white_player,black_player; -- cgit v1.2.3