qt: properly update "Show non-primary monitors" settings when they are closed
This commit is contained in:
@@ -2058,7 +2058,7 @@ void MainWindow::on_actionMCA_devices_triggered()
|
||||
|
||||
void MainWindow::on_actionShow_non_primary_monitors_triggered()
|
||||
{
|
||||
show_second_monitors ^= 1;
|
||||
show_second_monitors = (int)ui->actionShow_non_primary_monitors->isChecked();
|
||||
|
||||
blitDummied = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user