From 4878cc70e2078a5c4ffde670e7cd499cf034a787 Mon Sep 17 00:00:00 2001 From: Alex Wilson Date: Wed, 25 Jan 2012 15:16:56 +1300 Subject: [PATCH] Don't remove ourselves from a BLayoutContext when it is leaving. --- src/libs/alm/SharedSolver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }