From 2c2ba981fb05d5e8f8610220686949556dae4da5 Mon Sep 17 00:00:00 2001 From: Enrico Forestieri Date: Wed, 7 May 2014 14:18:14 -0400 Subject: [PATCH] Fix problem with drawing of math backround with selections. (cherry picked from commit 3e681bea4fa3f0d24016187d9778ab8344b93592) --- src/mathed/InsetMathHull.cpp | 2 +- status.21x | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/mathed/InsetMathHull.cpp b/src/mathed/InsetMathHull.cpp index 4c206250fe..daf43feef6 100644 --- a/src/mathed/InsetMathHull.cpp +++ b/src/mathed/InsetMathHull.cpp @@ -510,7 +510,7 @@ void InsetMathHull::drawBackground(PainterInfo & pi, int x, int y) const return; } pi.pain.fillRectangle(x + 1, y - dim.asc + 1, dim.wid - 2, - dim.asc + dim.des - 1, backgroundColor(pi)); + dim.asc + dim.des - 1, pi.backgroundColor(this)); } diff --git a/status.21x b/status.21x index a2eb485d2c..0f05bc7ad3 100644 --- a/status.21x +++ b/status.21x @@ -113,6 +113,8 @@ What's new - Open View > Source Pane at a reasonable size (bug 9084). The downside of this fix is that the Source Pane cannot be shrunken ad infinitum anymore. +- Fix problem with drawing of background in math when selection is active. + * INTERNALS -- 2.39.5