summaryrefslogtreecommitdiff
path: root/dw/table.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-07-07 21:19:20 +0200
committerSebastian Geerken <devnull@localhost>2014-07-07 21:19:20 +0200
commit177695c2961956a12a1e7926458b713a4422f569 (patch)
tree47cd4e546177cc44be776ca62bc9873d77fbe933 /dw/table.hh
parentdad2a5491e132571f253359fd8f29ee9e9d2b4cd (diff)
Fixed bug in Widget::containerSizeChanged complex.
Diffstat (limited to 'dw/table.hh')
-rw-r--r--dw/table.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/table.hh b/dw/table.hh
index 4cb97040..b9dae75d 100644
--- a/dw/table.hh
+++ b/dw/table.hh
@@ -449,6 +449,7 @@ protected:
void (*splitHeightFun) (int, int*, int*));
void containerSizeChangedForChildren ();
+ bool affectsSizeChangeContainerChild (Widget *child);
bool usesAvailWidth ();
bool isBlockLevel ();