mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Fix afterOnEditingFinished()
CURA-4708
This commit is contained in:
parent
5a9e3a8efd
commit
b181860f1c
1 changed files with 1 additions and 1 deletions
|
@ -393,7 +393,7 @@ Cura.MachineAction
|
|||
property string label: catalog.i18nc("@label", "Material diameter")
|
||||
property string unit: catalog.i18nc("@label", "mm")
|
||||
property string tooltip: catalog.i18nc("@tooltip", "The nominal diameter of filament supported by the printer. The exact diameter will be overridden by the material and/or the profile.")
|
||||
property var afterOnEditingFinished:
|
||||
function afterOnEditingFinished()
|
||||
{
|
||||
if (settingsTabs.currentIndex > 0)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue