summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGreg Ercolano <erco@seriss.com>2024-07-08 12:13:44 -0700
committerGreg Ercolano <erco@seriss.com>2024-07-08 12:13:44 -0700
commit6776f898724467390a04de825110e97a7098237b (patch)
tree3e56d4dbb5d552bfde04678c106c72dc4e113267 /test
parent317e06e5a3f3cc810466dc13bdc825789a182e00 (diff)
Fix horiz connection lines (#1008)
Diffstat (limited to 'test')
-rw-r--r--test/tree.fl28
1 files changed, 14 insertions, 14 deletions
diff --git a/test/tree.fl b/test/tree.fl
index d96e3141d..39819afea 100644
--- a/test/tree.fl
+++ b/test/tree.fl
@@ -523,17 +523,17 @@ tree->redraw();}
"11 11 2 1",
". c None",
"@ c \#000000",
- "...@.......",
- "...@@......",
- "...@@@.....",
- "...@@@@....",
- "...@@@@@...",
- "...@@@@@@..",
- "...@@@@@...",
- "...@@@@....",
- "...@@@.....",
- "...@@......",
- "...@......."
+ "...........",
+ "....@......",
+ "....@@.....",
+ "....@@@....",
+ "....@@@@...",
+ "....@@@@@..",
+ "....@@@@...",
+ "....@@@....",
+ "....@@.....",
+ "....@......",
+ "..........."
\#endif
};
static Fl_Pixmap L_openpixmap(L_open_xpm);
@@ -563,13 +563,13 @@ static const char *L_close_xpm[] = {
"...........",
"...........",
"...........",
- "...........",
- "@@@@@@@@@@@",
".@@@@@@@@@.",
"..@@@@@@@..",
"...@@@@@...",
"....@@@....",
- ".....@....."
+ ".....@.....",
+ "...........",
+ "..........."
\#endif
};
static Fl_Pixmap L_closepixmap(L_close_xpm);