summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-02-21 21:48:24 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-02-21 21:48:24 (GMT)
commit2a03971cd2b19a6716a0e5e6896dcfcc91031a6a (patch)
tree53dffdc2e486a53711763d2c57a5137f1937a210 /ChangeLog
parenta60e1fe19d09eb379c88fdbbe018ca086dc05bcb (diff)
Skipped the copy of a panel content if the widget is not realized.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 30cb3c7..d47d490 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
18-02-21 Cyrille Bagard <nocbos@gmail.com>
+ * src/gui/panels/panel.c:
+ Skip the copy of a panel content if the widget is not realized.
+
+18-02-21 Cyrille Bagard <nocbos@gmail.com>
+
* src/common/extstr.c:
* src/common/extstr.h:
Define a custom function to extract tokens from strings.