Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix printing in hello_world.py and tkinter_.py examples on Linux #340

Closed
cztomczak opened this issue Mar 25, 2017 · 0 comments
Closed

Fix printing in hello_world.py and tkinter_.py examples on Linux #340

cztomczak opened this issue Mar 25, 2017 · 0 comments
Labels
Milestone

Comments

@cztomczak
Copy link
Owner

Print dialog is using GTK API, so GTK must be initialized for it to work. In GetPrintHandler() it will be checked whether gdk display is available and if not GTK will be initialized automatically when print dialog is demanded.

Done in commit 77c506b.

@cztomczak cztomczak added this to the v56 milestone Mar 25, 2017
@cztomczak cztomczak added the bug label Mar 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant