diff options
author | Sebastian Geerken <devnull@localhost> | 2015-01-31 14:42:28 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2015-01-31 14:42:28 +0100 |
commit | eac1c960c8c875715fdb8d123e4c19302d93eb00 (patch) | |
tree | 5160a48e11c0047f31a9898de6144dea894358db /dw/oofpositionedmgr.hh | |
parent | e1eaf4d64bcafcd5b2f50153dd7db0106223012c (diff) |
Relative positions, part 5: more bug fixes.
Diffstat (limited to 'dw/oofpositionedmgr.hh')
-rw-r--r-- | dw/oofpositionedmgr.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dw/oofpositionedmgr.hh b/dw/oofpositionedmgr.hh index 00941da5..272cc62b 100644 --- a/dw/oofpositionedmgr.hh +++ b/dw/oofpositionedmgr.hh @@ -65,7 +65,8 @@ public: void moveExternalIndices (OOFAwareWidget *generator, int oldStartIndex, int diff); - void tellPosition (core::Widget *widget, int x, int y); + void tellPosition1 (core::Widget *widget, int x, int y); + void tellPosition2 (core::Widget *widget, int x, int y); bool containerMustAdjustExtraSpace (); |