mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-04-16 22:58:18 -05:00
undo commit of wrong file
This commit is contained in:
parent
ff013b477c
commit
f7dd5e7aff
|
|
@ -24,7 +24,6 @@
|
|||
#include "utility.hpp"
|
||||
#include "advanced-scene-switcher.hpp"
|
||||
|
||||
using namespace std;
|
||||
|
||||
SwitcherData* switcher = nullptr;
|
||||
|
||||
|
|
@ -185,7 +184,7 @@ SceneSwitcher::SceneSwitcher(QWidget* parent)
|
|||
if (s.delay * 1000 < smallestDelay)
|
||||
smallestDelay = s.delay * 1000;
|
||||
}
|
||||
(smallestDelay < switcher->interval) ? ui->intervalWarning : ui->intervalWarning->setVisible(false);
|
||||
(smallestDelay < switcher->interval) ? ui->intervalWarning->setVisible(true) : ui->intervalWarning->setVisible(false);
|
||||
|
||||
for (auto& s : switcher->sceneTransitions)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user