summaryrefslogtreecommitdiff
path: root/win/System.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'win/System.cpp')
-rw-r--r--win/System.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/win/System.cpp b/win/System.cpp
index ec016fd..acaba02 100644
--- a/win/System.cpp
+++ b/win/System.cpp
@@ -465,12 +465,12 @@ void SystemUpdateRenderingMode(bool bBackground, bool bFast)
CToolBar* pBar = (CToolBar*)pFrame->GetControlBar(AFX_IDW_TOOLBAR);
CToolBarCtrl* pCtrl = &pBar->GetToolBarCtrl();
- if (bFast)
- {
- pCtrl->EnableButton(ID_RENDER_BACKGROUND, TRUE);
- pCtrl->CheckButton(ID_RENDER_BACKGROUND, bBackground);
- }
- else
+// if (bFast)
+// {
+// pCtrl->EnableButton(ID_RENDER_BACKGROUND, TRUE);
+// pCtrl->CheckButton(ID_RENDER_BACKGROUND, bBackground);
+// }
+// else
{
pCtrl->CheckButton(ID_RENDER_BACKGROUND, FALSE);
pCtrl->EnableButton(ID_RENDER_BACKGROUND, FALSE);