diff dwt/graphics/TextLayout.d @ 136:1a0129cab08e

Fixes #5
author Jacob Carlborg <doob@me.com>
date Sat, 30 May 2009 21:38:21 +0200
parents 62202ce0039f
children 0ba75290f8ce
line wrap: on
line diff
--- a/dwt/graphics/TextLayout.d	Sun May 24 22:24:42 2009 +0200
+++ b/dwt/graphics/TextLayout.d	Sat May 30 21:38:21 2009 +0200
@@ -196,6 +196,7 @@
                 break;
             case DWT.RIGHT:
                 align_ = OS.NSRightTextAlignment;
+            default:
         }
     }
     paragraph.setAlignment(align_);