mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-29 14:43:44 +00: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();
|
||||
}
|
||||
};
|
||||
connect(checkbox, &QCheckBox::stateChanged, reset);
|
||||
connect(checkbox, &QCheckBox::checkStateChanged, reset);
|
||||
reset(checkbox->checkState());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user