Fix debug code introduced in f5fce51238

This commit is contained in:
fieldOfView 2016-05-27 17:46:53 +02:00
parent 5927aa5578
commit 472012a5b9

View file

@ -179,7 +179,7 @@ UM.PreferencesPage
}
UM.TooltipArea {
visible: plugins.model.find("id", "SliceInfoPlugin-1") > -1
visible: plugins.model.find("id", "SliceInfoPlugin") > -1
width: childrenRect.width
height: visible ? childrenRect.height : 0
text: catalog.i18nc("@info:tooltip","Should anonymous data about your print be sent to Ultimaker? Note, no models, IP addresses or other personally identifiable information is sent or stored.")