Skip to content
Snippets Groups Projects
Commit af5e8ab9 authored by alexandr.mruchok's avatar alexandr.mruchok
Browse files

[*] minor bug fixed

parent ce90efa2
No related branches found
No related tags found
1 merge request!17Develop old
...@@ -171,5 +171,7 @@ void CustomPlacementButton_New::setWidgetState(QWidget *a_widget, bool a_isHover ...@@ -171,5 +171,7 @@ void CustomPlacementButton_New::setWidgetState(QWidget *a_widget, bool a_isHover
void CustomPlacementButton_New::setObjectName(const QString &name) void CustomPlacementButton_New::setObjectName(const QString &name)
{ {
QPushButton::setObjectName(name); QPushButton::setObjectName(name);
m_styledShadow->updateStyleProperties();
if (m_styledShadow)
m_styledShadow->updateStyleProperties();
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment