ui/qt/toolkit.cpp

changeset 659
d6baaa93f7be
parent 551
0e543e1d060e
child 674
51670b0bc625
--- a/ui/qt/toolkit.cpp	Sun Jul 13 11:02:45 2025 +0200
+++ b/ui/qt/toolkit.cpp	Sun Jul 13 11:38:27 2025 +0200
@@ -137,6 +137,7 @@
     e.window = obj->window;
     e.document = obj->ctx->document;
     e.eventdata = NULL;
+    e.eventdatatype = 0;
     e.intval = 0;
     e.set = ui_get_setop();
     if(prepare_event) {
@@ -174,6 +175,7 @@
     e.window = obj->window;
     e.document = obj->ctx->document;
     e.eventdata = NULL;
+    e.eventdatatype = 0;
     e.intval = 0;
     e.set = ui_get_setop();
     if(prepare_event) {

mercurial