aboutsummaryrefslogtreecommitdiff
path: root/doc/dw-widget-sizes.doc
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2013-07-30 13:50:22 +0200
committerSebastian Geerken <devnull@localhost>2013-07-30 13:50:22 +0200
commit97b54265687beaddd0b588b18994c68fe770a7d5 (patch)
tree514d5726a984f738a932afedc77ebad707bd7c75 /doc/dw-widget-sizes.doc
parentbc18e4cf0873bd191ea561e9825a156e1d28d131 (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 'doc/dw-widget-sizes.doc')
-rw-r--r--doc/dw-widget-sizes.doc1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/dw-widget-sizes.doc b/doc/dw-widget-sizes.doc
index a4675c8a..a90749d9 100644
--- a/doc/dw-widget-sizes.doc
+++ b/doc/dw-widget-sizes.doc
@@ -222,6 +222,7 @@ The rules in detail:
limitations. It has to be ensured that no endless recursion is
caused, e.&nbsp;g. by calling dw::core::Widget::queueResize for a
child. (But this is not the only case.) See below for details.
+ (**Update:** I'd rather like to leave this forbidden.)
The facts that dw::core::Widget::queueResize can be called within
other methods, leads to following guidelines: