commit 50bb13e41023577b06ef1dbacf38f797026f5578
Author: Juergen Spitzmueller <sp...@lyx.org>
Date:   Fri Feb 14 14:02:35 2025 +0100

    Fix a debug color following 8415041b
---
 src/RowPainter.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/RowPainter.cpp b/src/RowPainter.cpp
index a278702aa9..3ee26b6096 100644
--- a/src/RowPainter.cpp
+++ b/src/RowPainter.cpp
@@ -128,10 +128,10 @@ void RowPainter::paintInset(Row::Element const & e) const
        int const x2 = x1 + e.dim.wid;
        int const y1 = yo_ + e.dim.des;
        int const y2 = yo_ - e.dim.asc;
-       pi_.pain.line(x1, y1, x1, y2, Color_green);
-       pi_.pain.line(x1, y1, x2, y1, Color_green);
-       pi_.pain.line(x2, y1, x2, y2, Color_green);
-       pi_.pain.line(x1, y2, x2, y2, Color_green);
+       pi_.pain.line(x1, y1, x1, y2, Color_Green);
+       pi_.pain.line(x1, y1, x2, y1, Color_Green);
+       pi_.pain.line(x2, y1, x2, y2, Color_Green);
+       pi_.pain.line(x1, y2, x2, y2, Color_Green);
 #endif
 }
 
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
https://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to