We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c2e1e0 commit e932564Copy full SHA for e932564
examples/sview/sview.go
@@ -4,7 +4,6 @@ import (
4
"flag"
5
"log"
6
"path/filepath"
7
- "unsafe"
8
9
"github.com/sciter-sdk/go-sciter"
10
"github.com/sciter-sdk/go-sciter/window"
@@ -33,7 +32,6 @@ func setupViewer(w *window.Window) {
33
32
return false
34
},
35
OnExchange: func(el *sciter.Element, p *sciter.ExchangeParams) bool {
36
- log.Println("ExchangeParams.cmd:", p.Cmd, unsafe.Sizeof(p.Cmd))
37
if p.Cmd == sciter.X_WILL_ACCEPT_DROP|sciter.SINKING {
38
if p.Data.IsString() {
39
return true
0 commit comments