summaryrefslogtreecommitdiff
path: root/ldmicro/undoredo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ldmicro/undoredo.cpp')
-rw-r--r--ldmicro/undoredo.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/ldmicro/undoredo.cpp b/ldmicro/undoredo.cpp
index 43e6693..986cb00 100644
--- a/ldmicro/undoredo.cpp
+++ b/ldmicro/undoredo.cpp
@@ -198,9 +198,9 @@ void UndoUndo(void)
} else {
SetUndoEnabled(FALSE, TRUE);
}
- RefreshControlsToSettings();
- RefreshScrollbars();
- InvalidateRect(MainWindow, NULL, FALSE);
+ // RefreshControlsToSettings();
+ // RefreshScrollbars();
+ // InvalidateRect(MainWindow, NULL, FALSE);
}
//-----------------------------------------------------------------------------
@@ -221,9 +221,9 @@ void UndoRedo(void)
} else {
SetUndoEnabled(TRUE, FALSE);
}
- RefreshControlsToSettings();
- RefreshScrollbars();
- InvalidateRect(MainWindow, NULL, FALSE);
+ //RefreshControlsToSettings();
+ //RefreshScrollbars();
+ //InvalidateRect(MainWindow, NULL, FALSE);
}
//-----------------------------------------------------------------------------