diff options
author | Sebastian Geerken <devnull@localhost> | 2014-09-23 14:54:36 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-09-23 14:54:36 +0200 |
commit | 346143676c0abcb93d2d00c8fc345f471145086a (patch) | |
tree | 964e56d04fe1437ac12766fa4261f07d0383e271 /dw/oofawarewidget.hh | |
parent | d2301b7b883f577707b353f9544702dce203ff1b (diff) |
Adjust extra space when correcting requisition by widgets OOF.
Diffstat (limited to 'dw/oofawarewidget.hh')
-rw-r--r-- | dw/oofawarewidget.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/oofawarewidget.hh b/dw/oofawarewidget.hh index e3bd8a07..af6a18e0 100644 --- a/dw/oofawarewidget.hh +++ b/dw/oofawarewidget.hh @@ -188,6 +188,7 @@ public: virtual int getLineBreakWidth (); // Should perhaps be renamed. virtual bool isPossibleContainer (int oofmIndex); virtual bool isPossibleContainerParent (int oofmIndex); + virtual bool adjustExtraSpaceWhenCorrectingRequisitionByOOF (); }; } // namespace oof |