parent
ba5ce49e7a
commit
3b402b28d1
|
@ -17,6 +17,7 @@ func (n *node) setText(a *widget.Action) {
|
|||
|
||||
switch n.WidgetType {
|
||||
case widget.Window:
|
||||
log.Warn("setText() Attempt to set the title to", a.S)
|
||||
t.uiWindow.SetTitle(a.S)
|
||||
case widget.Tab:
|
||||
case widget.Group:
|
||||
|
|
Loading…
Reference in New Issue