Daniel Brötzmann pushed to branch gtk4 at gajim / gajim
Commits:
32635ef2 by wurstsalat at 2024-11-06T19:00:17+01:00
refactor: Windows: Remove GSK_RENDERER workaround for flickering windows
GTK 4.16.4 fixes flickering windows on Windows
- - - - -
1 changed file:
- gajim/gtk/application.py
Changes:
=====================================
gajim/gtk/application.py
=====================================
@@ -213,12 +213,6 @@ def _startup(self) -> None:
# to render colored emoji glyphs
os.environ['PANGOCAIRO_BACKEND'] = 'fontconfig'
- if sys.platform == 'win32':
- # TODO GTK4
- # https://gitlab.gnome.org/GNOME/gtk/-/issues/7019
- # Remove once GTK >=4.17 is released
- os.environ['GSK_RENDERER'] = 'cairo'
-
app.ged.register_event_handler(
'db-migration', 0, self._on_db_migration)
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/32635ef23506346e8b5042f77493a59cccd11eb5
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/32635ef23506346e8b5042f77493a59cccd11eb5
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]