From 6776f898724467390a04de825110e97a7098237b Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Mon, 8 Jul 2024 12:13:44 -0700 Subject: Fix horiz connection lines (#1008) --- test/tree.fl | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'test') 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); -- cgit v1.2.3