From 6b52a88dad43467ae0ea23e96248e934a995570b Mon Sep 17 00:00:00 2001 From: Arne Dußin Date: Fri, 5 Feb 2021 10:35:03 +0100 Subject: Fix the right char not being used on input --- src/client/gui/dimension_indicator.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/client/gui') diff --git a/src/client/gui/dimension_indicator.rs b/src/client/gui/dimension_indicator.rs index 7d5fd65..d6af690 100644 --- a/src/client/gui/dimension_indicator.rs +++ b/src/client/gui/dimension_indicator.rs @@ -162,9 +162,7 @@ impl DimensionIndicator { match key { // Add a decimal point to the dimension if possible. '.' => { - println!("Adding dec point?"); if !edited_dim.contains('.') { - println!("Adding dec point!"); edited_dim.push('.'); } // Nothing changed here, since there is an implicit .0 at the end. -- cgit v1.2.3-70-g09d2