mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Add mousearea to prevent clicking through the printSetupSelector
CURA-6478
This commit is contained in:
parent
8d0a31dcfb
commit
db1a5ec8c0
2 changed files with 8 additions and 1 deletions
|
@ -25,6 +25,13 @@ Item
|
|||
Custom = 1
|
||||
}
|
||||
|
||||
// Catch all mouse events
|
||||
MouseArea
|
||||
{
|
||||
anchors.fill: parent
|
||||
hoverEnabled: true
|
||||
}
|
||||
|
||||
// Set the current mode index to the value that is stored in the preferences or Recommended mode otherwise.
|
||||
property int currentModeIndex:
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue