From 1645fa6ee78759da4a75b15a382261d28683f771 Mon Sep 17 00:00:00 2001 From: nds Date: Tue, 16 Dec 2014 09:30:23 +0300 Subject: [PATCH] Temp correction --- src/XGUI/XGUI_PropertyPanel.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/XGUI/XGUI_PropertyPanel.cpp b/src/XGUI/XGUI_PropertyPanel.cpp index c3d200d41..864dad1fe 100644 --- a/src/XGUI/XGUI_PropertyPanel.cpp +++ b/src/XGUI/XGUI_PropertyPanel.cpp @@ -199,7 +199,7 @@ void XGUI_PropertyPanel::activateNextWidget() void XGUI_PropertyPanel::setAcceptEnabled(bool isEnabled) { QPushButton* anOkBtn = findChild(PROP_PANEL_OK); - anOkBtn->setEnabled(isEnabled); + anOkBtn->setEnabled(true);//isEnabled); } void XGUI_PropertyPanel::activateWidget(ModuleBase_ModelWidget* theWidget) @@ -225,7 +225,7 @@ void XGUI_PropertyPanel::activateWidget(ModuleBase_ModelWidget* theWidget) void XGUI_PropertyPanel::setOkEnabled(bool theEnabled) { QPushButton* anOkBtn = findChild(PROP_PANEL_OK); - anOkBtn->setEnabled(theEnabled); + anOkBtn->setEnabled(true);//theEnabled); } bool XGUI_PropertyPanel::isOkEnabled() const -- 2.39.2