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/ui.cc | |
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/ui.cc')
-rw-r--r-- | dw/ui.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -268,7 +268,7 @@ void ComplexButtonResource::LayoutReceiver::canvasSizeChanged (int width, /** * \todo Verify that this is correct. */ - resource->queueResize (resource->childWidget->extremesChanged ()); + resource->queueResize (resource->childWidget->extremesQueued ()); } ComplexButtonResource::ComplexButtonResource () |