ecere/gui/EditBox: (#1032) Fixed omission in previous commit (93a81323b2a10918e6bf01c...
authorJerome St-Louis <jerome@ecere.com>
Tue, 22 Oct 2013 12:56:53 +0000 (08:56 -0400)
committerJerome St-Louis <jerome@ecere.com>
Tue, 22 Oct 2013 12:56:53 +0000 (08:56 -0400)
ecere/src/gui/controls/EditBox.ec

index 1fb5337..f84254d 100644 (file)
@@ -1451,7 +1451,7 @@ private:
       bool inSingleLineComment = false;
       bool escaped = style.escaped;
       bool continuedSingleLineComment = style.continuedSingleLineComment;
-      bool wasInMultiLine = false;
+      bool wasInMultiLine = style.wasInMultiLine;
       // ****** ************* ******
 
       if(!isEnabled)