Skip to content

Commit b9160a8

Browse files
committed
Fixed compiler warning.
1 parent 661b659 commit b9160a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/icy_draw/src/ui/tools/layer_view.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use std::sync::Arc;
22

33
use eframe::{
4-
egui::{self, CentralPanel, RichText, Sense, TextStyle, TopBottomPanel},
4+
egui::{self, RichText, Sense, TextStyle, TopBottomPanel},
55
emath::Align2,
66
epaint::{Color32, Rect, Vec2},
77
};

0 commit comments

Comments
 (0)