diff options
author | Sebastian Geerken <devnull@localhost> | 2013-07-30 13:50:22 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-07-30 13:50:22 +0200 |
commit | 97b54265687beaddd0b588b18994c68fe770a7d5 (patch) | |
tree | 514d5726a984f738a932afedc77ebad707bd7c75 /dw/layout.hh | |
parent | bc18e4cf0873bd191ea561e9825a156e1d28d131 (diff) |
Two bug fixes: (i) queueResize within sizeRequest should work now; (ii) resizes floats lead to correct rewrapping. (Unfortunately very unstable now again.)
Diffstat (limited to 'dw/layout.hh')
-rw-r--r-- | dw/layout.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/layout.hh b/dw/layout.hh index 51d764a4..46fc9ffe 100644 --- a/dw/layout.hh +++ b/dw/layout.hh @@ -132,6 +132,7 @@ private: Platform *platform; View *view; Widget *topLevel, *widgetAtPoint; + lout::container::typed::Vector<Widget> *queueResizeList; /* The state, which must be projected into the view. */ style::Color *bgColor; |