summaryrefslogtreecommitdiff
path: root/ldmicro/undoredo.cpp
diff options
context:
space:
mode:
authorakshay-c2019-05-07 10:50:36 +0530
committerakshay-c2019-05-07 10:50:36 +0530
commitf6250bab468eadfc020922040966d6ba75edd341 (patch)
tree7facc6d3fd89c0c23bce197ca9eb67fd2b20a185 /ldmicro/undoredo.cpp
parent46fbe3ae31bb5687f31b17acac4c449699876f2f (diff)
downloadLDmicroQt-f6250bab468eadfc020922040966d6ba75edd341.tar.gz
LDmicroQt-f6250bab468eadfc020922040966d6ba75edd341.tar.bz2
LDmicroQt-f6250bab468eadfc020922040966d6ba75edd341.zip
Uncommented Titlebar Update Calls at places; Code beautification and code cleaning
Diffstat (limited to 'ldmicro/undoredo.cpp')
-rw-r--r--ldmicro/undoredo.cpp4
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);
}