mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 18:05:56 +08:00
Add mousearea to prevent clicking through the printSetupSelector
CURA-6478
This commit is contained in:
parent
8d0a31dcfb
commit
db1a5ec8c0
@ -391,7 +391,7 @@ UM.MainWindow
|
|||||||
PrintSetupTooltip
|
PrintSetupTooltip
|
||||||
{
|
{
|
||||||
id: tooltip
|
id: tooltip
|
||||||
sourceWidth: UM.Theme.getSize("print_setup_widget").width
|
sourceWidth: UM.Theme.getSize("print_setup_widget").width
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -25,6 +25,13 @@ Item
|
|||||||
Custom = 1
|
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.
|
// Set the current mode index to the value that is stored in the preferences or Recommended mode otherwise.
|
||||||
property int currentModeIndex:
|
property int currentModeIndex:
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user