correctly linking frames and messages
This commit is contained in:
@ -5,6 +5,11 @@
|
||||
module Parfait
|
||||
class Message < Object
|
||||
|
||||
def initialize next_m
|
||||
@next_message = next_m
|
||||
super()
|
||||
end
|
||||
|
||||
def get_type_for(name)
|
||||
index = @layout.get_index(name)
|
||||
get_at(index)
|
||||
|
Reference in New Issue
Block a user