diff options
Diffstat (limited to 'ldmicro/undoredo.cpp')
-rw-r--r-- | ldmicro/undoredo.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ldmicro/undoredo.cpp b/ldmicro/undoredo.cpp index 3f9407a..40ea231 100644 --- a/ldmicro/undoredo.cpp +++ b/ldmicro/undoredo.cpp @@ -200,7 +200,7 @@ void UndoUndo(void) SetUndoEnabled(FALSE, TRUE); } RefreshControlsToSettings(); - RefreshScrollbars(); + // RefreshScrollbars(); InvalidateRect(MainWindow, NULL, FALSE); } @@ -223,7 +223,7 @@ void UndoRedo(void) SetUndoEnabled(TRUE, FALSE); } RefreshControlsToSettings(); - RefreshScrollbars(); + // RefreshScrollbars(); InvalidateRect(MainWindow, NULL, FALSE); } |