From f0cec1cf376978f047d23a75b1da727111d358f6 Mon Sep 17 00:00:00 2001 From: Atterpac <89053530+atterpac@users.noreply.github.com> Date: Tue, 16 Jul 2024 13:44:46 -0700 Subject: [PATCH] [V3-Linux] fix resize and update @wailsio runtime (#3617) --- v3/internal/runtime/desktop/@wailsio/runtime/package.json | 2 +- v3/pkg/application/linux_cgo.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/package.json b/v3/internal/runtime/desktop/@wailsio/runtime/package.json index d62f713ca..ca822a33a 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/package.json +++ b/v3/internal/runtime/desktop/@wailsio/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@wailsio/runtime", - "version": "3.0.0-alpha.25", + "version": "3.0.0-alpha.26", "description": "Wails Runtime", "main": "src/index.js", "types": "types/index.d.ts", diff --git a/v3/pkg/application/linux_cgo.go b/v3/pkg/application/linux_cgo.go index e0b0f37d1..3aa44019a 100644 --- a/v3/pkg/application/linux_cgo.go +++ b/v3/pkg/application/linux_cgo.go @@ -1225,7 +1225,7 @@ func handleConfigureEvent(widget *C.GtkWidget, event *C.GdkEventConfigure, data lw.lastHeight = int(event.height) } - return C.gboolean(1) + return C.gboolean(0) } //export handleDeleteEvent