diff options
author | Sebastian Geerken <devnull@localhost> | 2015-12-28 23:57:09 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2015-12-28 23:57:09 +0100 |
commit | 6211c25f5528bf4a3e660f94de459b83bdd5c2e9 (patch) | |
tree | ce9c465e09284db1c5b2ad04b37f6e5ac7b5923d /dw/textblock.hh | |
parent | e37c0bba9f08a5a8ac6e9a68ac6515702485bef7 (diff) |
SRDOP: Fix endless recursion.
Diffstat (limited to 'dw/textblock.hh')
-rw-r--r-- | dw/textblock.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/textblock.hh b/dw/textblock.hh index 562528b9..532e1f84 100644 --- a/dw/textblock.hh +++ b/dw/textblock.hh @@ -833,7 +833,7 @@ protected: void sizeAllocateImpl (core::Allocation *allocation); - void calcExtraSpaceImpl (); + void calcExtraSpaceImpl (bool vertical); int getAvailWidthOfChild (core::Widget *child, bool forceValue); int getAvailHeightOfChild (core::Widget *child, bool forceValue); |