diff options
| author | Jeff Carr <[email protected]> | 2024-01-30 11:54:57 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-30 11:54:57 -0600 |
| commit | 3f2f3de751ed9863ab798853b2a09db6b745a1b0 (patch) | |
| tree | b16b18d0b54f3a028a59359485611f7b82a8eaf9 /plugin.go | |
| parent | f1b86c4e38075bb648059992eb38de040669c2bf (diff) | |
try to get toolkit to closev0.18.0
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'plugin.go')
| -rw-r--r-- | plugin.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -82,7 +82,7 @@ func action(a widget.Action) { log.Log(NOW, "attempt to move() =", a.ActionType, a.WidgetType, a.ProgName) case widget.ToolkitClose: log.Log(NOW, "attempting to close the plugin and release stdout and stderr") - standardExit() + standardClose() case widget.Enable: w.enable = true w.enableColor() |
