Fixed segmentation fault caused by invalid iterators, in the hex viewer graphcis scene
This commit is contained in:
@@ -192,6 +192,7 @@ namespace Bloom::Widgets
|
|||||||
this->hoverRectY->setRect(hoverRectY);
|
this->hoverRectY->setRect(hoverRectY);
|
||||||
|
|
||||||
this->topLevelGroup->adjustItemPositions(availableWidth);
|
this->topLevelGroup->adjustItemPositions(availableWidth);
|
||||||
|
this->refreshItemPositionIndices();
|
||||||
|
|
||||||
this->setSceneRect(
|
this->setSceneRect(
|
||||||
0,
|
0,
|
||||||
@@ -204,8 +205,6 @@ namespace Bloom::Widgets
|
|||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
this->refreshItemPositionIndices();
|
|
||||||
|
|
||||||
this->byteAddressContainer->adjustAddressLabels(this->firstByteItemByLine);
|
this->byteAddressContainer->adjustAddressLabels(this->firstByteItemByLine);
|
||||||
|
|
||||||
const auto* view = this->views().first();
|
const auto* view = this->views().first();
|
||||||
|
|||||||
Reference in New Issue
Block a user