diff options
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 fd92b636..98a0f9bb 100644 --- a/dw/textblock.hh +++ b/dw/textblock.hh @@ -902,7 +902,7 @@ public: void widgetRefSizeChanged (int externalIndex); void clearPositionChanged (); void oofSizeChanged (bool extremesChanged); - int getGeneratorX (int oofmIndex); + int getC0RelX (int oofmIndex); int getGeneratorY (int oofmIndex); int getGeneratorWidth (int callerX, int callerWidth); int getMaxGeneratorWidth (); |