mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 20:58:58 +08:00
Add missing source argument to onTriggered handler
Otherwise the source variable is always undefined. Fixes #9621.
This commit is contained in:
parent
34ba341115
commit
912a65b0f3
@ -525,7 +525,7 @@ UM.MainWindow
|
||||
Connections
|
||||
{
|
||||
target: Cura.Actions.configureSettingVisibility
|
||||
function onTriggered()
|
||||
function onTriggered(source)
|
||||
{
|
||||
preferences.visible = true;
|
||||
preferences.setPage(1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user