mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
.RichEdit: cosmetics
This commit is contained in:
parent
0284fd198c
commit
8534e4aae5
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ void RichRuler::Paint(Draw& w)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
DrawFrame(w, RectC(x0 - Zx(1), Zy(3), cx + Zx(3), sz.cy - Zy(6)), SColorText());
|
DrawFrame(w, RectC(x0 - Zx(1), Zy(3), cx + Zx(3), sz.cy - Zy(6)), SColorText());
|
||||||
w.Clip(0, 0, x0 + cx + DPI(1), sz.cy);
|
w.Clip(0, 0, x0 + cx + RichEditImg::Margin().GetWidth() / 2, sz.cy);
|
||||||
for(i = marker.GetCount() - 1; i >= 0; --i) {
|
for(i = marker.GetCount() - 1; i >= 0; --i) {
|
||||||
const Marker& m = marker[i];
|
const Marker& m = marker[i];
|
||||||
if(!IsNull(m.pos))
|
if(!IsNull(m.pos))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue