Menu

#1576 EDGE_BACKGROUND bad behaviour

Bug
closed-invalid
2
2014-02-20
2014-02-07
mickey
No

I have a small Qt 5.2 project using the provided Qt bindings of Scintilla 3.3.9.

When setting edge mode to EDGE_BACKGROUD, the background is only colored for positions where a line has content. -> Empty or shorter lines, no background is colored.

Discussion

  • Neil Hodgson

    Neil Hodgson - 2014-02-07

    That is the correct, as-designed, behaviour. Since these lines are short they do not reach the edge so there is no change in colour.

     
  • Neil Hodgson

    Neil Hodgson - 2014-02-07
    • labels: --> scintilla, edge
    • status: open --> open-invalid
    • assigned_to: Neil Hodgson
    • Priority: 5 --> 2
     
  • Neil Hodgson

    Neil Hodgson - 2014-02-20
    • status: open-invalid --> closed-invalid
     

Log in to post a comment.