render/outline: Handler inner/outer radius properly and ceil thickness
This commit is contained in:
parent
d5734b4b68
commit
8f7dc7f00c
7 changed files with 78 additions and 25 deletions
|
|
@ -131,6 +131,7 @@ impl MoveGrabState {
|
|||
self.indicator_thickness,
|
||||
radius,
|
||||
alpha,
|
||||
output_scale.x,
|
||||
[
|
||||
active_window_hint.red,
|
||||
active_window_hint.green,
|
||||
|
|
@ -167,6 +168,7 @@ impl MoveGrabState {
|
|||
theme.radius_s()[3] as u8,
|
||||
],
|
||||
1.0,
|
||||
output_scale.x,
|
||||
[
|
||||
active_window_hint.red,
|
||||
active_window_hint.green,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue