5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-05 06:12:02 +08:00

[V3-Linux] fix resize and update @wailsio runtime (#3617)

This commit is contained in:
Atterpac 2024-07-16 13:44:46 -07:00 committed by GitHub
parent d7e103de59
commit f0cec1cf37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@wailsio/runtime", "name": "@wailsio/runtime",
"version": "3.0.0-alpha.25", "version": "3.0.0-alpha.26",
"description": "Wails Runtime", "description": "Wails Runtime",
"main": "src/index.js", "main": "src/index.js",
"types": "types/index.d.ts", "types": "types/index.d.ts",

View File

@ -1225,7 +1225,7 @@ func handleConfigureEvent(widget *C.GtkWidget, event *C.GdkEventConfigure, data
lw.lastHeight = int(event.height) lw.lastHeight = int(event.height)
} }
return C.gboolean(1) return C.gboolean(0)
} }
//export handleDeleteEvent //export handleDeleteEvent