This commit is contained in:
Nav
2023-03-16 18:45:15 +00:00
parent c1af6b9f03
commit 46e5d813bb
2 changed files with 0 additions and 16 deletions

View File

@@ -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();

View File

@@ -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;