mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Fixed an issue that BevelType doesn't work correctly in Meter. (Issue 178)
This commit is contained in:
parent
7ae8f298f8
commit
837488871b
@ -871,7 +871,7 @@ void CMeter::DrawBevel(Graphics& graphics, const Rect& rect, const Pen& light, c
|
||||
graphics.DrawLine(&light, l, t, l, b);
|
||||
graphics.DrawLine(&light, l, t, r, t);
|
||||
graphics.DrawLine(&light, l + 1, t + 1, l + 1, b - 1);
|
||||
graphics.DrawLine(&light, l + 1, t + 1, r - 1, l + 1);
|
||||
graphics.DrawLine(&light, l + 1, t + 1, r - 1, t + 1);
|
||||
graphics.DrawLine(&dark, l, b, r, b);
|
||||
graphics.DrawLine(&dark, r, t, r, b);
|
||||
graphics.DrawLine(&dark, l + 1, b - 1, r - 1, b - 1);
|
||||
|
Loading…
Reference in New Issue
Block a user