From c5acf543d7b8b977ebbd0494af4a5af0d2dcbb1a Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sun, 7 Feb 2016 10:15:11 +0000 Subject: Fixed Windows drag'n'drop not showing insert position (STR #3209). git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11132 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/fl_dnd_win32.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/fl_dnd_win32.cxx b/src/fl_dnd_win32.cxx index 78ca9ccf7..b56561f28 100644 --- a/src/fl_dnd_win32.cxx +++ b/src/fl_dnd_win32.cxx @@ -134,6 +134,8 @@ public: } px = pt.x; py = pt.y; lastEffect = *pdwEffect; + // show insert position if dnd'ing in the same window/process (STR #3209) + Fl::flush(); return S_OK; } HRESULT STDMETHODCALLTYPE DragLeave() { -- cgit v1.2.3