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
This commit is contained in:
Albrecht Schlosser 2016-02-07 10:15:11 +00:00
parent a278a478fd
commit c5acf543d7
1 changed files with 2 additions and 0 deletions

View File

@ -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() {