add init_message to space
so kernel::__init can use that and the first next_message does not need to be reused
This commit is contained in:
@ -39,6 +39,7 @@ module Parfait
|
||||
@next_message = Message.new @next_message
|
||||
@next_frame = Frame.new @next_frame
|
||||
end
|
||||
@init_message = Message.new @next_message
|
||||
init_layout
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user