diff options
Diffstat (limited to 'click.go')
| -rw-r--r-- | click.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -85,12 +85,12 @@ func (w *guiWidget) doWidgetClick() { w.showWidgets() case widget.Box: // w.showWidgetPlacement(logNow, "drawTree()") - if w.direction == widget.Horizontal { + if w.node.State.Direction == widget.Horizontal { log.Log(NOW, "BOX IS HORIZONTAL", w.String()) } else { log.Log(NOW, "BOX IS VERTICAL", w.String()) } - w.placeWidgets(me.RawW, me.RawH) + w.placeWidgets(w.startW, w.startH) w.toggleTree() case widget.Button: // doUserEvent(n) |
