diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2016-06-04 20:46:17 -0400 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2016-06-04 20:46:17 -0400 |
commit | 1db95177abded269fbc4071d59201b05423f04bf (patch) | |
tree | f7a8e967760dbd8d97068f133519836caf67e6bb /dw/textblock.hh | |
parent | 4096aafdb18a2a6f0fe5bb44d1c39b32f318f69c (diff) |
Revert an accidental commit of testing code (2 patches in the queue).
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 98a0f9bb..fd92b636 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 getC0RelX (int oofmIndex); + int getGeneratorX (int oofmIndex); int getGeneratorY (int oofmIndex); int getGeneratorWidth (int callerX, int callerWidth); int getMaxGeneratorWidth (); |