mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
[v3 linux] noop: remove println
This commit is contained in:
parent
3352ebef6e
commit
2171192934
1 changed files with 1 additions and 2 deletions
|
|
@ -800,7 +800,7 @@ func onButtonEvent(_ *C.GtkWidget, event *C.GdkEventButton, data unsafe.Pointer)
|
|||
case GdkButtonPress:
|
||||
lw.startDrag() //uint(event.button), int(event.x_root), int(event.y_root))
|
||||
case Gdk2ButtonPress:
|
||||
fmt.Printf("%d - button %d - double-clicked\n", windowId, int(event.button))
|
||||
// do we need something here?
|
||||
case GdkButtonRelease:
|
||||
lw.endDrag(uint(event.button), int(event.x_root), int(event.y_root))
|
||||
}
|
||||
|
|
@ -853,7 +853,6 @@ func gtkBool(input bool) C.gboolean {
|
|||
// dialog related
|
||||
|
||||
func setWindowIcon(window pointer, icon []byte) {
|
||||
fmt.Println("setWindowIcon", len(icon))
|
||||
loader := C.gdk_pixbuf_loader_new()
|
||||
if loader == nil {
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue