This commit is contained in:
2019-07-02 17:11:03 +02:00
parent 455252f2f3
commit 864db79a13
12 changed files with 38 additions and 44 deletions

View File

@ -100,7 +100,7 @@ void qTabAdvanced::Initialization() {
connect(dispRxrZMQIP, SIGNAL(editingFinished()), this, SLOT(SetRxrZMQIP()));
// roi
if (gridRoi->isEnabled()) {
if (tab_roi->isEnabled()) {
connect(btnAddRoi, SIGNAL(clicked()), this, SLOT(AddROISlot()));
connect(btnSetRoi, SIGNAL(clicked()), this, SLOT(SetROI()));
connect(btnGetRoi, SIGNAL(clicked()), this, SLOT(GetROI()));
@ -881,7 +881,7 @@ void qTabAdvanced::Refresh() {
SetDetector(comboDetector->currentIndex());
// roi
if (gridRoi->isEnabled()) {
if (tab_roi->isEnabled()) {
GetROI();
}