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/table.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/table.hh')
-rw-r--r-- | dw/table.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/table.hh b/dw/table.hh index b8feb835..4a14cfb6 100644 --- a/dw/table.hh +++ b/dw/table.hh @@ -71,7 +71,7 @@ namespace dw { * is the case. * * [C] Whether this function is called, depends on NEEDS_RESIZE / - * EXTREMES_CHANGED. + * RESIZE_QUEUED / EXTREMES_CHANGED / EXTREMES_QUEUED. * * * <h4>Apportionment</h4> |