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