diff options
author | Sebastian Geerken <devnull@localhost> | 2014-06-13 12:16:16 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-06-13 12:16:16 +0200 |
commit | 58e6536d3e9a387eadf740b98dfa89c5a37a5d58 (patch) | |
tree | 3d95c73a26b60715e10d4d6b6fe15b1546573768 /dw/table.hh | |
parent | b068e76b797c92c92b9f363dd7cb1967fdff5b5b (diff) |
Added (again) 'forceValue' parameter for calculation of available size.
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 caa66efe..847327c9 100644 --- a/dw/table.hh +++ b/dw/table.hh @@ -426,7 +426,7 @@ protected: void sizeAllocateImpl (core::Allocation *allocation); void resizeDrawImpl (); - int getAvailWidthOfChild (Widget *child); + int getAvailWidthOfChild (Widget *child, bool forceValue); bool isBlockLevel (); |