framelesshelper/src
trbogdanov 78638a3e23
call gtk_init() before gtk_settings_get_default() to avoid Q_ASSERT triggering (#173)
As stated in GTK documentation about gtk_init():

* "Call this function before using any other GTK+ functions in your GUI
applications. It will initialize everything needed to operate the toolkit
and parses some standard command line options."

* "It is possible to pass NULL if argv is not available or commandline
handling is not required."

Fixes: #170
2022-10-31 09:39:43 +08:00
..
core call gtk_init() before gtk_settings_get_default() to avoid Q_ASSERT triggering (#173) 2022-10-31 09:39:43 +08:00
quick try to fix ci 2022-10-18 10:52:04 +08:00
widgets fix issues found by ci 2022-10-18 17:03:28 +08:00
CMakeLists.txt misc: minor tweaks 2022-04-17 09:03:11 +08:00