ide: FIXME/TODO in comment now highlighted #942

git-svn-id: svn://ultimatepp.org/upp/trunk@8020 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2015-01-02 16:04:53 +00:00
parent f0bef0f585
commit e080b93c79
6 changed files with 31 additions and 9 deletions

View file

@ -90,7 +90,8 @@ void SplitterFrame::MouseMove(Point p, dword keyflags)
void SplitterFrame::LeftUp(Point p, dword keyflags)
{
Refresh();
Refresh();
ReleaseCapture();
}
Image SplitterFrame::CursorImage(Point p, dword keyflags)