diff options
author | Sebastian Geerken <devnull@localhost> | 2016-06-26 01:44:33 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2016-06-26 01:44:33 +0200 |
commit | 69a3cd0edb23470da3fd1079196936a02591f35f (patch) | |
tree | 0a570069278b6521792b5006b598193246fa5b3a /dw/textblock.hh | |
parent | 29f65909079b027a1e8f81ed6a8c7b46a97e5ef1 (diff) |
Simplify again the signature of OOFAwareWidget:getGeneratorWidth(), with a slightly more complex (but more correct) implementatin for Textblock.
Diffstat (limited to 'dw/textblock.hh')
-rw-r--r-- | dw/textblock.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/textblock.hh b/dw/textblock.hh index dc4805e1..d7e1fb4e 100644 --- a/dw/textblock.hh +++ b/dw/textblock.hh @@ -905,7 +905,7 @@ public: void oofSizeChanged (bool extremesChanged); int getGeneratorX (int oofmIndex); int getGeneratorY (int oofmIndex); - int getGeneratorWidth (int callerX, int callerWidth); + int getGeneratorWidth (); int getMaxGeneratorWidth (); bool usesMaxGeneratorWidth (); bool isPossibleOOFContainer (int oofmIndex); |