From 59d93554b3aff9614276fec99792807d77b24ee5 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Mon, 19 Jan 2026 11:08:29 +0100 Subject: Windows: error dragging window between differently scaled display - cont'd (#1127) --- src/Fl_win32.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') diff --git a/src/Fl_win32.cxx b/src/Fl_win32.cxx index 52b3af305..a10339ab7 100644 --- a/src/Fl_win32.cxx +++ b/src/Fl_win32.cxx @@ -1802,10 +1802,6 @@ content key keyboard layout if (news == -1) news = olds; scale = sd->scale(news); - if (olds != news) { - wd->screen_num(news); - if (window->as_gl_window()) invalidate_gl_win(window); - } wd->x(int(round(nx/scale))); wd->y(int(round(ny/scale))); } -- cgit v1.2.3