mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 13:03:59 -06:00
Merge branch 'master' into feature_support_meshes_present
# Conflicts: # cura/Scene/CuraSceneController.py # cura/Scene/CuraSceneNode.py
This commit is contained in:
commit
c34162a2ba
2961 changed files with 361563 additions and 555322 deletions
|
@ -102,9 +102,10 @@ class CuraSceneController(QObject):
|
|||
return True
|
||||
return False
|
||||
|
||||
## Either select or deselect an item
|
||||
@pyqtSlot(int)
|
||||
def changeSelection(self, index):
|
||||
"""Either select or deselect an item"""
|
||||
|
||||
modifiers = QApplication.keyboardModifiers()
|
||||
ctrl_is_active = modifiers & Qt.ControlModifier
|
||||
shift_is_active = modifiers & Qt.ShiftModifier
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue