mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 13:03:59 -06: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
1 changed files with 1 additions and 1 deletions
|
@ -525,7 +525,7 @@ UM.MainWindow
|
|||
Connections
|
||||
{
|
||||
target: Cura.Actions.configureSettingVisibility
|
||||
function onTriggered()
|
||||
function onTriggered(source)
|
||||
{
|
||||
preferences.visible = true;
|
||||
preferences.setPage(1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue