summaryrefslogtreecommitdiff
path: root/treeWidget.go
diff options
context:
space:
mode:
Diffstat (limited to 'treeWidget.go')
-rw-r--r--treeWidget.go10
1 files changed, 6 insertions, 4 deletions
diff --git a/treeWidget.go b/treeWidget.go
index 397fde3..3d69788 100644
--- a/treeWidget.go
+++ b/treeWidget.go
@@ -105,10 +105,12 @@ func (tk *guiWidget) Visible() bool {
func (w *guiWidget) Show() {
// always should the dropdown widget
- if w == me.dropdownV {
- me.dropdownV.drawView()
- return
- }
+ /*
+ if w == me.dropdownV {
+ me.dropdownV.drawView()
+ return
+ }
+ */
// don't display fake widgets
if w.isFake {