Fixed compilation under R5 and Dano.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19077 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2006-10-18 13:18:01 +00:00
parent 122a163324
commit 52caf6633f
1 changed files with 2 additions and 0 deletions

View File

@ -632,8 +632,10 @@ FlickerFreeStringView::Draw(BRect)
edge_info eInfo;
switch (Alignment()) {
case B_ALIGN_LEFT:
#ifdef HAIKU_TARGET_PLATFORM_HAIKU
case B_ALIGN_HORIZONTAL_UNSET:
case B_ALIGN_USE_FULL_WIDTH:
#endif
{
// If the first char has a negative left edge give it
// some more room by shifting that much more to the right.