diff --git a/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/TargetMemoryInspectionPaneSettings.hpp b/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/TargetMemoryInspectionPaneSettings.hpp index cb842087..fbaafbd6 100644 --- a/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/TargetMemoryInspectionPaneSettings.hpp +++ b/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/TargetMemoryInspectionPaneSettings.hpp @@ -11,8 +11,8 @@ namespace Bloom::Widgets { struct TargetMemoryInspectionPaneSettings { - bool refreshOnTargetStop = true; - bool refreshOnActivation = true; + bool refreshOnTargetStop = false; + bool refreshOnActivation = false; HexViewerWidgetSettings hexViewerWidgetSettings;