diff --git a/src/kits/interface/ControlLook.cpp b/src/kits/interface/ControlLook.cpp index cd5ad2207b..984502eff5 100644 --- a/src/kits/interface/ControlLook.cpp +++ b/src/kits/interface/ControlLook.cpp @@ -1534,6 +1534,7 @@ BControlLook::DrawSplitter(BView* view, BRect& rect, const BRect& updateRect, col2 = background; break; case 3: + default: col1 = background; col2 = light; num = 0;