From 71b06d5fa896d034d91d7a6a465ac56e801e25f6 Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Fri, 5 Oct 2018 17:13:20 +0200 Subject: [PATCH] Copy settings as discussed here: https://swift-project.slack.com/archives/G96QTUBEG/p1538703968000100 --- src/blackgui/components/copysettingsandcachescomponent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blackgui/components/copysettingsandcachescomponent.cpp b/src/blackgui/components/copysettingsandcachescomponent.cpp index 782e744d7..afb513de9 100644 --- a/src/blackgui/components/copysettingsandcachescomponent.cpp +++ b/src/blackgui/components/copysettingsandcachescomponent.cpp @@ -407,7 +407,7 @@ namespace BlackGui CGuiUtility::checkBoxReadOnly(cb, readOnly); if (readOnly) { cb->setChecked(false); } cb->setEnabled(!readOnly); - cb->setIcon(readOnly ? CIcons::cross16() : CIcons::tick16()); + // cb->setIcon(readOnly ? CIcons::cross16() : CIcons::tick16()); } QString CCopySettingsAndCachesComponent::checkBoxText(const QString &text, bool setting)