From ec44ccb60eafb6d5b9a76e625b18bf5b289ac639 Mon Sep 17 00:00:00 2001 From: Nav Date: Mon, 6 Mar 2023 20:58:36 +0000 Subject: [PATCH] Fixed lagging bug with rubber band selection rectangle in hex viewer --- .../HexViewerWidget/ItemGraphicsScene.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/HexViewerWidget/ItemGraphicsScene.cpp b/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/HexViewerWidget/ItemGraphicsScene.cpp index 81dd2801..a8ca3f62 100644 --- a/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/HexViewerWidget/ItemGraphicsScene.cpp +++ b/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/HexViewerWidget/ItemGraphicsScene.cpp @@ -421,6 +421,7 @@ namespace Bloom::Widgets auto hoveredItems = this->items(mousePosition); if (this->rubberBandRectItem != nullptr && this->rubberBandInitPoint.has_value()) { + this->update(); const auto oldRect = this->rubberBandRectItem->rect(); this->rubberBandRectItem->setRect(