Fixed fit width mode switch. - icy_draw - icy_draw is the successor to mystic draw. fork / mirror
HTML git clone https://git.drkhsh.at/icy_draw.git
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 4690574b9eb9ebab87fbba6f47a472bb98d58749
DIR parent a8913bffc7d423d83e48965a587e1d5fd624cf96
HTML Author: Mike Krüger <mkrueger@posteo.de>
Date: Mon, 18 Sep 2023 12:20:21 +0200
Fixed fit width mode switch.
Diffstat:
M src/ui/top_bar.rs | 3 ---
1 file changed, 0 insertions(+), 3 deletions(-)
---
DIR diff --git a/src/ui/top_bar.rs b/src/ui/top_bar.rs
@@ -560,9 +560,6 @@ impl MainWindow {
)
.clicked()
{
- self.document_behavior
- .document_options
- .set_scale(Vec2::new(3.0, 3.0));
ui.close_menu();
}
},