mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-05 20:37:44 -05:00
fix warning
This commit is contained in:
parent
b54506c5ee
commit
a1484f9621
|
|
@ -433,6 +433,8 @@ void AdvSceneSwitcher::on_tabMoved(int from, int to)
|
|||
|
||||
void AdvSceneSwitcher::on_tabWidget_currentChanged(int index)
|
||||
{
|
||||
UNUSED_PARAMETER(index);
|
||||
|
||||
switcher->showFrame = false;
|
||||
clearFrames(ui->screenRegionSwitches);
|
||||
SetShowFrames();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user