mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-04 02:18:28 -04:00
fix: checkStateChanged
This commit is contained in:
@@ -708,7 +708,7 @@ void Widget::SetupComponent(const QString& label, std::function<void()>& load_fu
|
|||||||
restore_func();
|
restore_func();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
connect(checkbox, &QCheckBox::stateChanged, reset);
|
connect(checkbox, &QCheckBox::checkStateChanged, reset);
|
||||||
reset(checkbox->checkState());
|
reset(checkbox->checkState());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user