Fix silly bug with icon not changing on the toolbar when the icon key changes.
This commit is contained in:
		| @@ -639,10 +639,8 @@ void MainWindow::on_actionChangeInstIcon_triggered() | ||||
| 	if (dlg.result() == QDialog::Accepted) | ||||
| 	{ | ||||
| 		m_selectedInstance->setIconKey(dlg.selectedIconKey); | ||||
| 		/* | ||||
| 		auto ico = MMC->icons()->getIcon(dlg.selectedIconKey); | ||||
| 		ui->actionChangeInstIcon->setIcon(ico); | ||||
| 		*/ | ||||
| 	} | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user