From 445e96f5bb9509f537024762bec1a1ae998cfb85 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Mon, 27 Oct 2025 09:33:10 +0100 Subject: =?UTF-8?q?Cont'd=20"New=20Wayland=20subwindow=20code=20creates=20?= =?UTF-8?q?issues=20with=20resizes=20of=20opengl=20windows=E2=80=A6"=20(#1?= =?UTF-8?q?311)?= 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 deletion(-) (limited to 'src/Fl_Gl_Window.cxx') diff --git a/src/Fl_Gl_Window.cxx b/src/Fl_Gl_Window.cxx index 56d6f076f..b56bd30f9 100644 --- a/src/Fl_Gl_Window.cxx +++ b/src/Fl_Gl_Window.cxx @@ -300,7 +300,6 @@ 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