diff options
| author | Greg Ercolano <erco@seriss.com> | 2024-07-08 12:13:44 -0700 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2024-07-08 12:13:44 -0700 |
| commit | 6776f898724467390a04de825110e97a7098237b (patch) | |
| tree | 3e56d4dbb5d552bfde04678c106c72dc4e113267 /test/tree.fl | |
| parent | 317e06e5a3f3cc810466dc13bdc825789a182e00 (diff) | |
Fix horiz connection lines (#1008)
Diffstat (limited to 'test/tree.fl')
| -rw-r--r-- | test/tree.fl | 28 |
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); |
