From 7d753ae2d82592e09e04e4ecf11df976a2d187fd Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Wed, 7 Jun 2023 18:42:50 +0200 Subject: Debug and improve focus and scrollbars code --- src/CGEditor.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/CGEditor.hpp') diff --git a/src/CGEditor.hpp b/src/CGEditor.hpp index 72c2785..286343f 100644 --- a/src/CGEditor.hpp +++ b/src/CGEditor.hpp @@ -19,6 +19,8 @@ class CGEditor { MoveTable *MT; Margin *MA; Menu *ME; + /// @brief To Focus (TF) move to focus on the next draw (nullptr if not used) + CMI::HalfMove *TF; protected: Status status; -- cgit v1.2.3