From: Mateusz Majewski Date: Wed, 19 Feb 2025 07:35:36 +0000 (+0100) Subject: qt5_refresh_internal X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d1005cfdc7c0e3084a3c2783a00bd6487afde762;p=sdk%2Femulator%2Fqemu.git qt5_refresh_internal Change-Id: Ifdfc607fcfa9b6bd67ea0f1418a4829cf619af05 --- diff --git a/tizen/src/ui/qt5.c b/tizen/src/ui/qt5.c index a9ff955312..84095c4b68 100644 --- a/tizen/src/ui/qt5.c +++ b/tizen/src/ui/qt5.c @@ -196,6 +196,7 @@ static void qt5_gl_refresh(DisplayChangeListener *dcl) qt5_gl_make_context_current_internal(con->ctx); graphic_hw_update(dcl->con); + qt5_refresh_internal(); if (con->surface && !con->is_scanout && con->updated) { bool should_free; con->surface->texture = qt5_gl_refresh_internal(con->surface->texture, surface_width(con->surface), surface_height(con->surface), con->gen, &should_free);