From 46e5d813bbc360da4b31f4ba5fb7927362dfb0bb Mon Sep 17 00:00:00 2001 From: Nav Date: Thu, 16 Mar 2023 18:45:15 +0000 Subject: [PATCH] Tidying --- .../HexViewerWidget/ItemGraphicsScene.cpp | 1 - .../Stylesheets/TargetMemoryInspectionPane.qss | 15 --------------- 2 files changed, 16 deletions(-) diff --git a/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/HexViewerWidget/ItemGraphicsScene.cpp b/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/HexViewerWidget/ItemGraphicsScene.cpp index a428ad4c..4f8b69c3 100644 --- a/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/HexViewerWidget/ItemGraphicsScene.cpp +++ b/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/HexViewerWidget/ItemGraphicsScene.cpp @@ -672,7 +672,6 @@ namespace Bloom::Widgets for (auto& [address, byteItem] : this->topLevelGroup->byteItemsByAddress) { byteItem.selected = true; this->selectedByteItemsByAddress.insert(std::pair(byteItem.startAddress, &byteItem)); -// this->selectByteItem(byteItem); } this->update(); diff --git a/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/Stylesheets/TargetMemoryInspectionPane.qss b/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/Stylesheets/TargetMemoryInspectionPane.qss index 3552215f..b0c79f51 100644 --- a/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/Stylesheets/TargetMemoryInspectionPane.qss +++ b/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/Stylesheets/TargetMemoryInspectionPane.qss @@ -170,21 +170,6 @@ font-size: 11px; } -#hex-viewer-container #address-container { - background-color: #353633; - border-right: 1px solid #41423f; -} - -#hex-viewer-container #address-container QLabel { - background-color: transparent; - font-size: 5px; - color: rgba(175, 177, 179, 0.72); -} - -#hex-viewer-container #address-container QLabel:disabled { - color: rgba(175, 177, 179, 0.3); -} - #hex-viewer-container #loading-hex-viewer-label { color: #838386; font-size: 14px;