diff --git a/src/libs/alm/SharedSolver.cpp b/src/libs/alm/SharedSolver.cpp index c9d2698213..a0ec46b4d6 100644 --- a/src/libs/alm/SharedSolver.cpp +++ b/src/libs/alm/SharedSolver.cpp @@ -201,7 +201,7 @@ SharedSolver::SetPreferredSize(BALMLayout* layout, const BSize& preferred) void SharedSolver::LayoutContextLeft(BLayoutContext* context) { - _SetContext(NULL); + fLayoutContext = NULL; }