diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fl_dnd_win32.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
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() { |
