aboutsummaryrefslogtreecommitdiff
path: root/src/ochess.cpp
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-12-30 15:58:13 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2022-12-30 15:58:13 +0100
commit2045a1250a3ae04d7b9ea8e97317e62f55b69247 (patch)
tree2e132c890439753de52feb80de298898788ef05c /src/ochess.cpp
parent27ac369fb6b773f642eabed087194ff7e95f9156 (diff)
Improve UI
Diffstat (limited to 'src/ochess.cpp')
-rw-r--r--src/ochess.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ochess.cpp b/src/ochess.cpp
index e9dd94f..605c1a2 100644
--- a/src/ochess.cpp
+++ b/src/ochess.cpp
@@ -39,4 +39,5 @@ long TabInfos::tab_count=0;
void TabInfos::Link(TabInfos *tab){
this->is_linked=true;
this->linked_id=tab->id;
+ this->OnLink();
} \ No newline at end of file