add layout to object view
This commit is contained in:
parent
85e099382d
commit
ee788b3507
@ -35,6 +35,7 @@ class ObjectView < ListView
|
|||||||
object = Virtual.machine.objects[@object_id]
|
object = Virtual.machine.objects[@object_id]
|
||||||
fields = []
|
fields = []
|
||||||
if object and ! object.is_a?(String)
|
if object and ! object.is_a?(String)
|
||||||
|
fields << RefView.new( "layout" , object.get_layout.object_id , @z )
|
||||||
object.get_instance_variables.each do |variable|
|
object.get_instance_variables.each do |variable|
|
||||||
f = object.get_instance_variable(variable)
|
f = object.get_instance_variable(variable)
|
||||||
fields << RefView.new( variable , f.object_id , @z )
|
fields << RefView.new( variable , f.object_id , @z )
|
||||||
|
Loading…
Reference in New Issue
Block a user