From 4caf5e02115d433dcb888c745b5e33a584aa0792 Mon Sep 17 00:00:00 2001 From: luz paz Date: Tue, 6 Dec 2022 06:10:10 -0500 Subject: [PATCH] Fix source typo 'cross_min_heigth' --- sources/qetgraphicsitem/crossrefitem.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/qetgraphicsitem/crossrefitem.cpp b/sources/qetgraphicsitem/crossrefitem.cpp index 3baec575b..f7563af58 100644 --- a/sources/qetgraphicsitem/crossrefitem.cpp +++ b/sources/qetgraphicsitem/crossrefitem.cpp @@ -29,7 +29,7 @@ //define the height of the header. static int header = 5; //define the minimal height of the cross (without header) -static int cross_min_heigth = 33; +static int cross_min_height = 33; /** @brief CrossRefItem::CrossRefItem @@ -520,7 +520,7 @@ void CrossRefItem::setUpCrossBoundingRect(QPainter &painter) if (no_str.isEmpty() && nc_str.isEmpty()) return; //this is the default size of cross ref item - QRectF default_bounding(0, 0, 40, header + cross_min_heigth); + QRectF default_bounding(0, 0, 40, header + cross_min_height); //Bounding rect of the NO text QRectF no_bounding;