mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 20:29:05 +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
|
Connections
|
||||||
{
|
{
|
||||||
target: Cura.Actions.configureSettingVisibility
|
target: Cura.Actions.configureSettingVisibility
|
||||||
function onTriggered()
|
function onTriggered(source)
|
||||||
{
|
{
|
||||||
preferences.visible = true;
|
preferences.visible = true;
|
||||||
preferences.setPage(1);
|
preferences.setPage(1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user