From efac0cb9ab3f228a28f365ef7e3ad3acf3144eff Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Mon, 20 Oct 2025 15:09:18 +0200 Subject: =?UTF-8?q?Fix=20"New=20Wayland=20subwindow=20code=20creates=20iss?= =?UTF-8?q?ues=20with=20resizes=20of=20opengl=20windows=E2=80=A6"=20(#1311?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Fl_Gl_Window.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Fl_Gl_Window.cxx') diff --git a/src/Fl_Gl_Window.cxx b/src/Fl_Gl_Window.cxx index b56bd30f9..56d6f076f 100644 --- a/src/Fl_Gl_Window.cxx +++ b/src/Fl_Gl_Window.cxx @@ -300,6 +300,7 @@ void Fl_Gl_Window::resize(int X,int Y,int W,int H) { if (is_a_resize) valid(0); pGlWindowDriver->resize(is_a_resize, W, H); Fl_Window::resize(X,Y,W,H); + if (is_a_resize) pGlWindowDriver->after_resize(); } /** -- cgit v1.2.3