<br>Hello,<br>  Is there a easy way to get multiple markers to show up on the same line? it seems like one margin defaults to line numbers, one for folding, and one for markers. But if I add 2 markers to the same line:<br>
    m_rt_tri_marker = qsc_edit->markerDefine(QsciScintilla::RightTriangle, -1);<br>    qsc_edit->setMarkerBackgroundColor(QColor(255,128,128,128), m_rt_tri_marker);<br><br>    m_breakpoint_marker = qsc_edit->markerDefine(QsciScintilla::Circle, -1);<br>
    qsc_edit->setMarkerBackgroundColor(QColor(255,128,128,128), m_breakpoint_marker);<br><br> the Circle completely obscures the right triangle. Alpha doesn't seem to make a diff, widening up the margin didn't make a difference either. <br>
any suggestions? thanks!<br>-gedalia<br>