mirror of
https://github.com/edisionnano/QDiskInfo.git
synced 2026-04-18 02:21:29 +03:00
Fix CustomButton doesn't get highlighted when clicking a radio button
This commit is contained in:
@@ -335,6 +335,7 @@ void MainWindow::updateUI()
|
|||||||
|
|
||||||
connect(diskAction, &QAction::triggered, this, [=]() {
|
connect(diskAction, &QAction::triggered, this, [=]() {
|
||||||
updateWindow();
|
updateWindow();
|
||||||
|
button->setChecked(true);
|
||||||
});
|
});
|
||||||
|
|
||||||
if (firstTime) {
|
if (firstTime) {
|
||||||
|
|||||||
Reference in New Issue
Block a user