Skip to content

Commit

Permalink
Make eyedropper icon cursor visible over all colours
Browse files Browse the repository at this point in the history
Fixes #161
  • Loading branch information
mitchcurtis committed May 21, 2021
1 parent 2d90c03 commit ee56fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/qml/ui/CanvasContainer.qml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Item {
visible: canvas && canvas.hasBlankCursor && canvas.useIconCursor
text: visible && checkedToolButton ? checkedToolButton.text : ""
font.family: "FontAwesome"
color: "#ccc"
color: canvas ? canvas.invertedCursorPixelColour : crosshairCursor.defaultColour
}

StatusBar {
Expand Down

0 comments on commit ee56fd7

Please sign in to comment.