mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-28 17:57:16 +02:00
[ui][fix] Edge: Fixed the type for mouse event modifiers
With PySide6 the modifiers are now enum.Flag based. Updated type ensures the alt+mouse click removes edges from graphs
This commit is contained in:
parent
09720f6be1
commit
456c3ccaea
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
from PySide6.QtCore import Signal, Property, QPointF, Qt, QObject
|
||||
from PySide6.QtCore import Signal, Property, QPointF, Qt, QObject, Slot, QRectF
|
||||
from PySide6.QtGui import QPainterPath, QVector2D
|
||||
from PySide6.QtQuick import QQuickItem
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue