diff options
-rw-r--r-- | dw/textblock.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dw/textblock.hh b/dw/textblock.hh index c45c1830..d883c1c8 100644 --- a/dw/textblock.hh +++ b/dw/textblock.hh @@ -188,8 +188,7 @@ private: protected: enum { - //HYPHEN_BREAK = 1000000 // to be tested and tuned - HYPHEN_BREAK = 0 + HYPHEN_BREAK = 1000000 // to be tested and tuned }; struct Line |