diff options
| author | Jeff Carr <[email protected]> | 2025-02-01 18:48:08 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-01 18:48:08 -0600 |
| commit | eccec3ef1a193d4a567399c28b3fdaadc933f624 (patch) | |
| tree | 177f1c5287b91a8fdcee18c09b68f288d8346c87 /treeWidget.go | |
| parent | 666d5ca52dd1ef0c476b3394180445bd531c1d9d (diff) | |
no more dropdownV
Diffstat (limited to 'treeWidget.go')
| -rw-r--r-- | treeWidget.go | 10 |
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 { |
