summaryrefslogtreecommitdiff
path: root/place.go
diff options
context:
space:
mode:
Diffstat (limited to 'place.go')
-rw-r--r--place.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/place.go b/place.go
index 54cfe0b..36ef4dd 100644
--- a/place.go
+++ b/place.go
@@ -106,6 +106,10 @@ func place(p *tree.Node, n *tree.Node) bool {
return true
case widget.Window:
log.Log(INFO, "Adding Something to Window", n.WidgetId, n.GetProgName())
+ if n.WidgetType == widget.Window {
+ log.Log(INFO, "TODO: make window in a window a tab", n.WidgetId, n.GetProgName())
+ return true
+ }
ptk.uiWindow.SetChild(tk.uiControl)
return true
default: