Disable refresh button in memory inspect pane, at construction
This commit is contained in:
@@ -99,6 +99,8 @@ namespace Bloom::Widgets
|
||||
// Quick sanity check to ensure the validity of persisted settings.
|
||||
this->sanitiseSettings();
|
||||
|
||||
this->refreshButton->setDisabled(true);
|
||||
|
||||
this->hexViewerWidget = new HexViewerWidget(
|
||||
this->targetMemoryDescriptor,
|
||||
this->data,
|
||||
|
||||
Reference in New Issue
Block a user