소스 검색

- removed old bug workaround that hurts GraphCanvas performance (#8720)

Signed-off-by: Alex Montgomery <[email protected]>
Alex Montgomery 3 년 전
부모
커밋
9ca82b47e1
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      Gems/GraphCanvas/Code/Source/Components/SceneComponent.cpp

+ 0 - 3
Gems/GraphCanvas/Code/Source/Components/SceneComponent.cpp

@@ -4698,9 +4698,6 @@ namespace GraphCanvas
         : m_scene(scene)
         , m_suppressContextMenu(false)
     {
-        // Workaround for QTBUG-18021
-        setItemIndexMethod(QGraphicsScene::NoIndex);
-
         setMinimumRenderSize(2.0f);
         connect(this, &QGraphicsScene::selectionChanged, this, [this]() { m_scene.OnSelectionChanged(); });
         setSceneRect(-20000, -20000, 40000, 40000);