Bug #932

EditorBar - LeftDown shouldn't chnage cursor image

Added by Zbigniew Rebacz over 9 years ago. Updated over 9 years ago.

Status:ApprovedStart date:11/20/2014
Priority:LowDue date:
Assignee:Zbigniew Rebacz% Done:

0%

Category:CodeEditorSpent time:-
Target version:-

Description

This bug can be ovserved when we wamt to set breakpoint. In this case cursor image shouldn't be changed.

Investigation:

void EditorBar::LeftDown(Point p, dword flags)
{
    if(p.x > GetSize().cx - annotations)
        WhenAnnotationClick();
    else
    if(editor)
        editor->LeftDown(Point(0, p.y), flags); // <- This invocation causes problems. Probably "SetCapture" in LineEdit::LeftDown is problem.
}

History

#1 Updated by Miroslav Fidler over 9 years ago

  • Status changed from New to Ready for QA
  • Assignee set to Zbigniew Rebacz

#2 Updated by Zbigniew Rebacz over 9 years ago

  • Status changed from Ready for QA to Approved

Also available in: Atom PDF