From f6250bab468eadfc020922040966d6ba75edd341 Mon Sep 17 00:00:00 2001 From: akshay-c Date: Tue, 7 May 2019 10:50:36 +0530 Subject: Uncommented Titlebar Update Calls at places; Code beautification and code cleaning --- ldmicro/undoredo.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ldmicro/undoredo.cpp') 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); } -- cgit