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:
parent
122a163324
commit
52caf6633f
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user