Disable refresh button in memory inspect pane, at construction

This commit is contained in:
Nav
2023-06-10 15:50:41 +01:00
parent c307fb513e
commit 03694fb521

View File

@@ -99,6 +99,8 @@ namespace Bloom::Widgets
// Quick sanity check to ensure the validity of persisted settings. // Quick sanity check to ensure the validity of persisted settings.
this->sanitiseSettings(); this->sanitiseSettings();
this->refreshButton->setDisabled(true);
this->hexViewerWidget = new HexViewerWidget( this->hexViewerWidget = new HexViewerWidget(
this->targetMemoryDescriptor, this->targetMemoryDescriptor,
this->data, this->data,