fix(bottombar): disable border style if no focus on it
This commit is contained in:
parent
c6d0a4e508
commit
26c4c8871d
|
@ -25,6 +25,9 @@ BottomButtonGroup::BottomButtonGroup(const std::vector<QAction *> &actionList, Q
|
||||||
"}"
|
"}"
|
||||||
"QToolButton {"
|
"QToolButton {"
|
||||||
"background:transparent;"
|
"background:transparent;"
|
||||||
|
"}"
|
||||||
|
"QToolButton:!focus {"
|
||||||
|
"border-style: none;"
|
||||||
"}");
|
"}");
|
||||||
|
|
||||||
auto newActionBtn = [this](QAction * action) -> QToolButton * {
|
auto newActionBtn = [this](QAction * action) -> QToolButton * {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user