You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: