Fixed warning.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18995 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -478,6 +478,7 @@ BColumnTitle::Draw(BView *view, bool pressed)
|
|||||||
|
|
||||||
switch (fColumn->Alignment()) {
|
switch (fColumn->Alignment()) {
|
||||||
case B_ALIGN_LEFT:
|
case B_ALIGN_LEFT:
|
||||||
|
default:
|
||||||
loc.x = bounds.left + 1 + kTitleColumnLeftExtraMargin;
|
loc.x = bounds.left + 1 + kTitleColumnLeftExtraMargin;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user