diff options
Diffstat (limited to 'js/data/pi')
-rw-r--r-- | js/data/pi/pi-data.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/data/pi/pi-data.js b/js/data/pi/pi-data.js index 901ca37f..de192b57 100644 --- a/js/data/pi/pi-data.js +++ b/js/data/pi/pi-data.js | |||
@@ -544,7 +544,7 @@ exports.PiData = Montage.create( Montage, { | |||
544 | id: "strokeMaterial", | 544 | id: "strokeMaterial", |
545 | prop: "strokeMaterial", | 545 | prop: "strokeMaterial", |
546 | label: "Stroke", | 546 | label: "Stroke", |
547 | labelFunction: function(item) { return item.getName(); }, | 547 | labelField: "_name", |
548 | items : { boundObject: "this.application.ninja.appModel", boundProperty: "materials" }, | 548 | items : { boundObject: "this.application.ninja.appModel", boundProperty: "materials" }, |
549 | enabled: { boundObject: "this.controls", boundProperty: "useWebGl" }, | 549 | enabled: { boundObject: "this.controls", boundProperty: "useWebGl" }, |
550 | divider : true | 550 | divider : true |