diff options
| author | Jeff Carr <[email protected]> | 2024-02-05 02:22:58 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-05 02:22:58 -0600 |
| commit | 2ee37e5c209f64a09d4088b8895880deb084d0ee (patch) | |
| tree | 53de73862e9ccbdef981e90a4c09edf183d01e25 /plugin.go | |
| parent | 8f9e47c11711b629ff7351c0626c85d3e8aa0979 (diff) | |
fixed errors in Show()
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'plugin.go')
| -rw-r--r-- | plugin.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -51,7 +51,6 @@ func action(a widget.Action) { log.Log(INFO, "Setting Visible to true", a.ProgName) w.SetVisible(true) } - w.showView() case widget.Hide: w.node.State.Hidden = true log.Log(NOW, "HIDE HERE. a.State.Hidden =", a.State.Hidden) |
