diff --git a/plasma.cpp b/plasma.cpp index df2d6643e..c6feb7964 100644 --- a/plasma.cpp +++ b/plasma.cpp @@ -48,6 +48,7 @@ Direction edgeToPopupDirection(ScreenEdge edge) case RightEdge: return Left; } + return Down; } } // Plasma namespace