Fix eyedropped not working on raster data when canvas is used

This commit is contained in:
mtvare6
2025-07-31 10:42:54 +05:30
parent b348fabfd2
commit 8492a17d0b
6 changed files with 24 additions and 3 deletions
+1
View File
@@ -243,6 +243,7 @@ pub struct RenderConfig {
pub view_mode: ViewMode,
pub hide_artboards: bool,
pub for_export: bool,
pub disable_canvas_override: bool
}
struct Logger;