diff --git a/WINGs/wtext.c b/WINGs/wtext.c index 8bd78037..b867f2ab 100644 --- a/WINGs/wtext.c +++ b/WINGs/wtext.c @@ -3603,7 +3603,7 @@ WMSetTextIgnoresNewline(WMText *tPtr, Bool ignore) { if (!tPtr) return; - // tPtr->flags.ignoreNewLine = ignore; + /* tPtr->flags.ignoreNewLine = ignore;*/ } Bool