1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-13 04:15:50 +01:00

removed default autowrap from button and label

This commit is contained in:
kojima
2000-11-09 13:19:42 +00:00
parent 47e4e31ba0
commit 6bb9c58de1
4 changed files with 4 additions and 2 deletions

View File

@@ -650,7 +650,7 @@ paintButton(Button *bPtr)
}
}
W_PaintTextAndImage(bPtr->view, True, WMColorGC(textColor),
W_PaintTextAndImage(bPtr->view, False, WMColorGC(textColor),
(bPtr->font!=NULL ? bPtr->font : scrPtr->normalFont),
relief, caption, bPtr->flags.alignment, image,
bPtr->flags.imagePosition, gc, offset);