Fixed bug with stale data label not appearing in CreateSnapshotWindow when it should

This commit is contained in:
Nav
2023-04-11 23:20:51 +01:00
parent a7dd7d1d52
commit 61e3c1f02d

View File

@@ -538,6 +538,8 @@ namespace Bloom::Widgets
this->setStaleData(true);
}
}
this->snapshotManager->createSnapshotWindow->refreshForm();
}
void TargetMemoryInspectionPane::setRefreshOnTargetStopEnabled(bool enabled) {