.cosmetics

git-svn-id: svn://ultimatepp.org/upp/trunk@12179 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2018-08-21 15:53:37 +00:00
parent 8b17a43d74
commit 7d43aac9af

View file

@ -268,7 +268,7 @@ void Ctrl::ProcessEvent(XEvent *event)
xclipboard().Clear();
if(event->xselectionrequest.selection == XAtom("XdndSelection"))
DnDClear();
return;
return;
}
int q = xmap.Find(event->xany.window);
#ifdef _DEBUG