From bed3ce90b0e87901cdb8c85b8b7ad867d8775bbe Mon Sep 17 00:00:00 2001
From: "konstantin.kukharenko" <konstantin.kukharenko@demlabs.net>
Date: Sat, 8 Feb 2020 07:32:05 +0300
Subject: [PATCH] [*]Edit path

---
 controls/CustomLineHeightLabel.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/controls/CustomLineHeightLabel.cpp b/controls/CustomLineHeightLabel.cpp
index 2054720..f308775 100644
--- a/controls/CustomLineHeightLabel.cpp
+++ b/controls/CustomLineHeightLabel.cpp
@@ -26,7 +26,7 @@ void CustomLineHeightLabel::updateStyleSheets()
 {
 
     StyleSheatSearchPar searchPar;
-    searchPar.widgetName = "#"+ parent()->objectName() + " #" + this->objectName();
+    searchPar.widgetName = "#" + this->objectName();
 
     QString stylesheet = AppStyleSheetHandler::getWidgetStyleSheet(searchPar);
     //line-height:
-- 
GitLab