commit | a0dc4e493fe7d10fa69bd2cd2779d0c6a5676ecb | [log] [tgz] |
---|---|---|
author | Niclas Karlsson <nkarlsso@ra.abo.fi> | Sat Jan 23 12:22:20 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat Jan 23 12:22:20 1999 +0000 |
tree | 277cfc33d9453315b1ffd03d54fa381deb34dcac | |
parent | 16af9baf4138654d0560105da4a2e15396d07b0b [diff] [blame] |
Removed DT_SINGLELINE and DT_NOCLIP styles for SS_LEFTNOWORDWRAP.
diff --git a/controls/static.c b/controls/static.c index 572db20..82812d3 100644 --- a/controls/static.c +++ b/controls/static.c
@@ -345,7 +345,7 @@ break; case SS_LEFTNOWORDWRAP: - wFormat = DT_LEFT | DT_SINGLELINE | DT_EXPANDTABS | DT_VCENTER | DT_NOCLIP; + wFormat = DT_LEFT | DT_EXPANDTABS | DT_VCENTER; break; default: