mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-12 04:11:06 -05:00
Use default cursor icon on macro segment control hover
Previously the cursor icon would be set to Qt::SplitVCursor as those widgets were moved into the splitter handle layout
This commit is contained in:
@@ -37,7 +37,7 @@ void ListControls::AddActionHelper(const char *theme, const char *tooltip,
|
||||
auto button = new QToolButton(this);
|
||||
button->setToolTip(obs_module_text(tooltip));
|
||||
button->setProperty("themeID", QVariant(QString(theme)));
|
||||
auto action = addWidget(button);
|
||||
(void)addWidget(button);
|
||||
button->connect(button, &QToolButton::clicked, this, signal);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user