mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-02 22:54:36 +00:00
Janitor: Fix clippy::excessive_precision
This commit is contained in:
parent
2beac7aa07
commit
3850b7192f
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ mod fonts;
|
|||
|
||||
type CanvasRc = Rc<RefCell<femtovg::Canvas<femtovg::renderer::OpenGl>>>;
|
||||
|
||||
const KAPPA90: f32 = 0.5522847493;
|
||||
const KAPPA90: f32 = 0.55228;
|
||||
|
||||
#[derive(Clone)]
|
||||
enum ItemGraphicsCacheEntry {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue