From 0a654860a53d5f44276d2637901feee5cba46747 Mon Sep 17 00:00:00 2001 From: Sebastian Geerken Date: Wed, 30 Dec 2015 23:23:26 +0100 Subject: SRDOP: fix floats within textblocks not necessarily allocating the availabke width. --- dw/oofawarewidget.hh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dw/oofawarewidget.hh') diff --git a/dw/oofawarewidget.hh b/dw/oofawarewidget.hh index 4492bac5..3bdd52ab 100644 --- a/dw/oofawarewidget.hh +++ b/dw/oofawarewidget.hh @@ -298,6 +298,10 @@ public: * position floats. */ virtual int getGeneratorWidth (); + + virtual int getMaxGeneratorWidth (); + + virtual bool usesMaxGeneratorWidth (); virtual bool isPossibleContainer (int oofmIndex); -- cgit v1.2.3