X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Feditor.c;h=7ace5ece715702a16fdcfe7c503f8ad8f09312df;hp=69c63d208d74d0668fde7a200d8e3e86c6557b4a;hb=462bca0782be497b984922afda26b5bf12bd3d75;hpb=07ebce49a5cbbaa7728e84e118961f750abe377a diff --git a/src/editor.c b/src/editor.c index 69c63d20..7ace5ece 100644 --- a/src/editor.c +++ b/src/editor.c @@ -7300,7 +7300,7 @@ static int PrintElementDescriptionFromFile(char *filename, int start_line) int max_lines_per_screen = (SYSIZE - pad_y) / font_height - 1; return DrawTextFromFile(sx, sy, filename, font_nr, max_chars_per_line, - max_lines_per_screen); + max_lines_per_screen, TRUE); } static void DrawPropertiesTabulatorGadgets()