Menu

Solution for Bug found.

2004-10-23
2012-09-26
  • M. Schodermayr

    M. Schodermayr - 2004-10-23

    I found a solution for the Bug #1052046:

    In Editor.pas, procedure EditorKeyPress, just change

      P.X:=fText.DisplayX;
      P.Y:=fText.DisplayY+16;
    

    to

      P := fText.RowColumnToPixels(fText.DisplayXY);
      P.Y := P.Y + 16;
    

    Then the Code-Completion-Form will appear at the correct possition ;o)

     
    • Marek Januszewski

      fixed in cvs. thanks for help!

      Marek

       
    • M. Schodermayr

      M. Schodermayr - 2004-10-23

      No problem, I will help to make DevCPP better if I can ;)

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.