Skip to content

Commit bc764c2

Browse files
committed
add tooltips, add transparent grid background image for currentcolor and secondary color,
1 parent 2f8c16e commit bc764c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PixelArtTool/MainWindow.xaml.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ void ResetCurrentBrightnessPreview(PixelColor c)
307307
var g3 = new GradientStop(c3, 1);
308308
currentBrightnessBrushGradient.GradientStops.Add(g3);
309309

310-
rectCurrentHue.Fill = currentBrightnessBrushGradient;
310+
rectCurrentBrightness.Fill = currentBrightnessBrushGradient;
311311

312312
// move hueline
313313
int offset = (int)(hueIndicatorLocation * 253);
@@ -740,7 +740,7 @@ void OnKeyDown(object sender, KeyEventArgs e)
740740
CurrentTool = ToolMode.Fill;
741741
break;
742742
case Key.LeftShift: // left shift
743-
lblToolInfo.Content = "Straight Lines";
743+
lblToolInfo.Content = "Draw Line";
744744
leftShiftDown = true;
745745
break;
746746
case Key.LeftCtrl: // left control

0 commit comments

Comments
 (0)