diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Editor.cxx | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/src/Editor.cxx b/src/Editor.cxx index 0ac540307..abdd46fdd 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -1524,6 +1524,9 @@ void Editor::Paint(Surface *surfaceWindow, PRectangle rcArea) {  		// Either styling or NotifyUpdateUI noticed that painting is needed  		// outside the current painting rectangle  		//Platform::DebugPrintf("Abandoning paint\n"); +		if (wrapState != eWrapNone) { +			needWrap = true; +		}  		return;  	}  	//Platform::DebugPrintf("start display %d, offset = %d\n", pdoc->Length(), xOffset); | 
