diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-05-05 16:54:13 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-05-05 16:54:13 (GMT) |
commit | 2c6e4f3f3f15d1568e9dae407e32a217d8f7ab19 (patch) | |
tree | 629e7b0c7b11ba10f5e2b0394fc8efe968e4e3af /ChangeLog | |
parent | ad593ed12e5851d619cf1d921f0800378fb54d04 (diff) |
Done not forget to allocate size for the view as soon as the size of its support change.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@529 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,6 +1,12 @@ 15-05-05 Cyrille Bagard <nocbos@gmail.com> * src/gtkext/gtkgraphview.c: + Do not forget to allocate size for the view as soon as the size of its + support change. Remove old useless 'vmpa_t' fields. + +15-05-05 Cyrille Bagard <nocbos@gmail.com> + + * src/gtkext/gtkgraphview.c: * src/gtkext/gtkgraphview.h: Fix some warnings during the compilation. |