aboutsummaryrefslogtreecommitdiff
path: root/src/CGEditor.hpp
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2023-06-07 18:42:50 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2023-06-07 18:42:50 +0200
commit7d753ae2d82592e09e04e4ecf11df976a2d187fd (patch)
tree4bee36d2432bef8793c366c96e4a7a5ed905df06 /src/CGEditor.hpp
parent3594a12bb4a4bc8724a6c3d592487a66f586df20 (diff)
Debug and improve focus and scrollbars codeHEADmaster
Diffstat (limited to 'src/CGEditor.hpp')
-rw-r--r--src/CGEditor.hpp2
1 files changed, 2 insertions, 0 deletions
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;