no message
parent
3a1fc0bbfe
commit
7ca204390c
|
@ -92,10 +92,10 @@ func RangeWidget(p *Widget ) string{
|
|||
parent := ""
|
||||
tmp := p
|
||||
for ;tmp != nil;tmp = tmp.Parent{
|
||||
parent = tmp.Class + " #" + tmp.Name + " " + parent
|
||||
parent = tmp.Class + "#" + tmp.Name + " " + parent
|
||||
}
|
||||
ret += parent + " \r\n{\r\n}\r\n"
|
||||
|
||||
|
||||
if(p.Childs.Len() > 0){
|
||||
wid := p.Childs.Front()
|
||||
for ;wid != nil;wid = wid.Next(){
|
||||
|
|
Loading…
Reference in New Issue