We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eee591 commit 0ddb343Copy full SHA for 0ddb343
src/linux/binaries_64bit/kivy_.py
@@ -190,6 +190,9 @@ def start_cef(self):
190
# TODO: For printing to work in off-screen-rendering mode
191
# it is enough to call gtk_init(). It is not required
192
# to provide window handle when calling SetAsOffscreen().
193
+ # However it still needs to be tested whether providing
194
+ # window handle is required for mouse context menu and
195
+ # popup widgets to work.
196
gtkwin = gtk.Window()
197
gtkwin.realize()
198
0 commit comments