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.
|
// 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,
|
||||||
|
|||||||
Reference in New Issue
Block a user