Removed WaveFont Model Object's knowledge of parenthood.

This commit is contained in:
2018-12-10 10:00:04 -06:00
parent 3ed09dd930
commit a7755dfbdf
3 changed files with 12 additions and 27 deletions

View File

@@ -84,7 +84,7 @@ class IMICFPS
end
def change_object(name)
@objects << Object.new(self, name)
@objects << Object.new(name)
@current_object = @objects.last
end