mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-28 06:12:53 -06:00
CodeEditor: Fixed mouse shape when clicking the bar #932
git-svn-id: svn://ultimatepp.org/upp/trunk@7939 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
c844ab87cd
commit
448e49216a
1 changed files with 3 additions and 1 deletions
|
|
@ -178,8 +178,10 @@ void EditorBar::LeftDown(Point p, dword flags)
|
|||
if(p.x > GetSize().cx - annotations)
|
||||
WhenAnnotationClick();
|
||||
else
|
||||
if(editor)
|
||||
if(editor) {
|
||||
editor->LeftDown(Point(0, p.y), flags);
|
||||
ReleaseCtrlCapture();
|
||||
}
|
||||
}
|
||||
|
||||
String& EditorBar::PointBreak(int& y)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue