NOISSUE fix crash bug in version page of instances
This was caused by generation of temporary component objects when no such thing should have been happening.
This commit is contained in:
@ -527,7 +527,7 @@ void VersionPage::onGameUpdateError(QString error)
|
||||
QMessageBox::Warning)->show();
|
||||
}
|
||||
|
||||
ComponentPtr VersionPage::current()
|
||||
Component * VersionPage::current()
|
||||
{
|
||||
auto row = currentRow();
|
||||
if(row < 0)
|
||||
|
Reference in New Issue
Block a user