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: