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:
@@ -632,8 +632,10 @@ FlickerFreeStringView::Draw(BRect)
|
|||||||
edge_info eInfo;
|
edge_info eInfo;
|
||||||
switch (Alignment()) {
|
switch (Alignment()) {
|
||||||
case B_ALIGN_LEFT:
|
case B_ALIGN_LEFT:
|
||||||
|
#ifdef HAIKU_TARGET_PLATFORM_HAIKU
|
||||||
case B_ALIGN_HORIZONTAL_UNSET:
|
case B_ALIGN_HORIZONTAL_UNSET:
|
||||||
case B_ALIGN_USE_FULL_WIDTH:
|
case B_ALIGN_USE_FULL_WIDTH:
|
||||||
|
#endif
|
||||||
{
|
{
|
||||||
// If the first char has a negative left edge give it
|
// If the first char has a negative left edge give it
|
||||||
// some more room by shifting that much more to the right.
|
// some more room by shifting that much more to the right.
|
||||||
|
|||||||
Reference in New Issue
Block a user