slint-ui / slint

Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps.
https://slint.dev
Other
17.09k stars 575 forks source link

!! A panic occured in 'i-slint-core-1.6.0\software_renderer.rs', at line 2460, column 9: not yet implemented #5393

Closed hamboooooo closed 3 months ago

hamboooooo commented 3 months ago

!! A panic occured in 'i-slint-core-1.6.0\software_renderer.rs', at line 2460, column 9: not yet implemented function rotate() not yet implemented 😭 software_renderer.rs:2460

impl<'a, T: ProcessScene> crate::item_rendering::ItemRenderer for SceneBuilder<'a, T> { ... fn rotate(&mut self, _angle_in_degrees: f32) { todo!() } ... }

tronical commented 3 months ago

Duplicate of #3068

tronical commented 3 months ago

Thanks for your report - this is a known limitation :-/