diff options
author | Sebastian Geerken <devnull@localhost> | 2016-01-09 18:00:46 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2016-01-09 18:00:46 +0100 |
commit | c122d6384e6197aa6fc2a0500dfb3271c44cd07a (patch) | |
tree | 01a88be6bdd928ade214883cfbdf96b3d0598d4b /devdoc | |
parent | 9e5ef05a592d637f115b8a8b0b61da940d7bbbe4 (diff) |
Widget::calcExtraSpace is only called for size, not for extremes.
Diffstat (limited to 'devdoc')
-rw-r--r-- | devdoc/dw-miscellaneous.doc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devdoc/dw-miscellaneous.doc b/devdoc/dw-miscellaneous.doc index cb4303c2..97e944d7 100644 --- a/devdoc/dw-miscellaneous.doc +++ b/devdoc/dw-miscellaneous.doc @@ -41,5 +41,9 @@ Interrupted drawing Similar rules apply to handling mouse events (dw::core::Widget::getWidgetAtPoint). +Extra space +----------- +Should dw::core::Widget::calcExtraSpace be called from +dw::core::Widget::getExtremes? */ |