diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-01-22 16:43:28 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-01-22 16:43:28 (GMT) |
| commit | 02b4ba2b6ff8e6c4ff4e86281b3295479ec8e93e (patch) | |
| tree | d788ea57115e84899f60a4c333ab031f7063a069 /generic/tkText.c | |
| parent | 33a724f6c44c1c2ab31597a064b552f3d49e1fbf (diff) | |
| download | tk-bug_3475627.zip tk-bug_3475627.tar.gz tk-bug_3475627.tar.bz2 | |
applied patch-3476698bug_3475627
Diffstat (limited to 'generic/tkText.c')
| -rw-r--r-- | generic/tkText.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tkText.c b/generic/tkText.c index d4bc065..30d1102 100644 --- a/generic/tkText.c +++ b/generic/tkText.c @@ -2009,6 +2009,7 @@ ConfigureText( textPtr->sharedTextPtr->undo = textPtr->undo; textPtr->sharedTextPtr->maxUndo = textPtr->maxUndo; textPtr->sharedTextPtr->autoSeparators = textPtr->autoSeparators; + textPtr->sharedTextPtr->stateEpoch++; TkUndoSetDepth(textPtr->sharedTextPtr->undoStack, textPtr->sharedTextPtr->maxUndo); |
