diff options
author | Sebastian Geerken <devnull@localhost> | 2016-07-24 15:21:01 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2016-07-24 15:21:01 +0200 |
commit | f3a56bdc779b035b7adc37a2b61a3b3fbea9718d (patch) | |
tree | 936d81dfecf21cac99cc3129806b5e4a130990a2 /dw/ooffloatsmgr.hh | |
parent | 57fae805f2a9ee9f161dde38141f3682bd5eb847 (diff) |
Fix update problem related to CSS 'clear'.
Diffstat (limited to 'dw/ooffloatsmgr.hh')
-rw-r--r-- | dw/ooffloatsmgr.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/ooffloatsmgr.hh b/dw/ooffloatsmgr.hh index fdc59fb4..cae57dd5 100644 --- a/dw/ooffloatsmgr.hh +++ b/dw/ooffloatsmgr.hh @@ -170,6 +170,7 @@ private: void moveExternalIndices (lout::container::typed::Vector<Float> *list, int oldStartIndex, int diff); Float *findFloatByWidget (core::Widget *widget); + void updateGenerators (Float *vloat); int findTBInfo (int y); void sizeAllocateFloats (Side side); |