Access to script costume

Bug #1498379 reported by hilaire
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Dr. Geo
Fix Released
Medium
Unassigned

Bug Description

From a script, we may want to access to the script item costume to adjust its style. For now it can be hacked that way (as long as the script accept one argument):

myCostume
 ^ self costume1 app costumes
  detect: [ :each |each mathItem isScriptItem and: [each mathItem script == self ]]
  ifNone: [ nil ]

A better way need to implemented.

Tags: script
tags: added: script
removed: programming
Changed in drgeo:
milestone: wip → 17.07
status: New → Fix Committed
Changed in drgeo:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.