Skip to content

Commit 0ddb343

Browse files
committed
Update comment in kivy_.py about SetAsOffscreen window handle
1 parent 0eee591 commit 0ddb343

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/linux/binaries_64bit/kivy_.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,9 @@ def start_cef(self):
190190
# TODO: For printing to work in off-screen-rendering mode
191191
# it is enough to call gtk_init(). It is not required
192192
# 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.
193196
gtkwin = gtk.Window()
194197
gtkwin.realize()
195198

0 commit comments

Comments
 (0)