diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2025-10-27 09:33:10 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2025-10-27 09:33:10 +0100 |
| commit | 445e96f5bb9509f537024762bec1a1ae998cfb85 (patch) | |
| tree | d917269ff17dc8290cd3fdb313bc7732bd444fea /src/Fl_Gl_Window.cxx | |
| parent | efac0cb9ab3f228a28f365ef7e3ad3acf3144eff (diff) | |
Cont'd "New Wayland subwindow code creates issues with resizes of opengl windows…" (#1311)
Diffstat (limited to 'src/Fl_Gl_Window.cxx')
| -rw-r--r-- | src/Fl_Gl_Window.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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(); } /** |
