Kaynağa Gözat

-fixed palmGrid detected Grid Color

Anton Rohr 11 yıl önce
ebeveyn
işleme
0496b3a5c8
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      bbiwarg/Graphics/TouchEventVisualizer.cs

+ 1 - 1
bbiwarg/Graphics/TouchEventVisualizer.cs

@@ -99,7 +99,7 @@ namespace bbiwarg.Graphics
             }
 
             if (touched)
-                OutputImage.drawRectangle(cellX1, cellY1, size/numColumns, size/numRows, Color.Gray, -1);
+                OutputImage.drawRectangle(cellX1, cellY1, size/numColumns, size/numRows, Constants.PalmGridColor, -1);
 
             //-- Current Touch Event --
             if (touched)