diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-10-01 07:31:42 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-10-01 07:31:42 +0200 |
| commit | 4196daa77e727846952b11d20b94f457c591d6e4 (patch) | |
| tree | bb5d9aebe65419c31697876d9d92ef90fa8293f9 /src/Fl_Gl_Window.cxx | |
| parent | 0627213a824388321b8b39ff2476f5dc04f56638 (diff) | |
macOS: fixed problem in resizing of widget-containing OpenGL 3 window.
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 b6c8f0135..4bd4397e1 100644 --- a/src/Fl_Gl_Window.cxx +++ b/src/Fl_Gl_Window.cxx @@ -262,7 +262,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); - //pGlWindowDriver->resize(is_a_resize, W, H);//essai } /** |
