diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-10-21 10:41:36 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-10-21 10:41:36 +0000 |
commit | 5020ea5c875a1f8d8c6468f40f0e1f9b4c482045 (patch) | |
tree | a7419c862b7781c81b47a5e7dc0a3f23a83fec81 /ChangeLog | |
parent | 1f6ef95ca6bc8972d16b5b3c97e4fe4797fdf97d (diff) | |
download | mana-5020ea5c875a1f8d8c6468f40f0e1f9b4c482045.tar.gz mana-5020ea5c875a1f8d8c6468f40f0e1f9b4c482045.tar.bz2 mana-5020ea5c875a1f8d8c6468f40f0e1f9b4c482045.tar.xz mana-5020ea5c875a1f8d8c6468f40f0e1f9b4c482045.zip |
Added automatic layout reflowing on window resize.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ * src/gui/window.cpp, src/gui/window.h: Removed redundant resizable flag. Factored moving/resizing code, so that events are fired only - once per size change. + once per size change. Added automatic layout reflowing on resize. * src/gui/widgets/layout.cpp: Allowed for decreasing sizes in layout. 2007-10-20 Guillaume Melquiond <guillaume.melquiond@gmail.com> |