From 475a887385c5cb7ad2638d44a6000275a68d158c Mon Sep 17 00:00:00 2001 From: Markus Engel Date: Wed, 9 Oct 2013 21:50:23 +0200 Subject: Fix for invisible node tool cursor. Fixed bugs: - https://launchpad.net/bugs/1235076 (bzr r12674) --- src/pixmaps/cursor-node-d.xpm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/pixmaps/cursor-node-d.xpm') diff --git a/src/pixmaps/cursor-node-d.xpm b/src/pixmaps/cursor-node-d.xpm index 264da58c3..7e177bff4 100644 --- a/src/pixmaps/cursor-node-d.xpm +++ b/src/pixmaps/cursor-node-d.xpm @@ -1,9 +1,9 @@ /* XPM */ static char const *cursor_node_d_xpm[] = { "32 32 3 1", -" g None", -". g #ffffff", -"+ g #000000", +" c None", +". c #FFFFFF", +"+ c #000000", " . ", ".+. ", " .+. ", -- cgit v1.2.3