URI: 
       Changed minimap rectangle color. - 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 01e702416c171d940aa5e5308088d9211d14386d
   DIR parent b921488ff4beeb34f091fa0a38c9e13dabd3013d
  HTML Author: Mike Krüger <mkrueger@posteo.de>
       Date:   Thu, 28 Sep 2023 11:02:57 +0200
       
       Changed minimap rectangle color.
       
       xor drawing is missing there.
       
       Diffstat:
         M src/ui/tools/minimap_view.rs        |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/src/ui/tools/minimap_view.rs b/src/ui/tools/minimap_view.rs
       @@ -138,7 +138,7 @@ impl MinimapToolWindow {
                        size.floor() - Vec2::new(0.0, 1.0),
                    ),
                    0.0,
       -            Stroke::new(1.0, Color32::from_rgba_premultiplied(227, 227, 227, 93)),
       +            Stroke::new(1.0, Color32::from_rgba_premultiplied(157, 157, 157, 220)),
                );
        
                if pos.x < 0.0 || pos.y < 0.0 {