mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-13 11:19:58 +01:00
BugFix source editor if playable
This commit is contained in:
@@ -1134,10 +1134,6 @@ void UserInterface::showSourceEditor(Source *s)
|
||||
outputcontrol.setVisible(true);
|
||||
return;
|
||||
}
|
||||
// CloneSource *cs = dynamic_cast<CloneSource *>(s);
|
||||
// if (cs != nullptr) {
|
||||
// shadercontrol.setVisible( cs );
|
||||
// }
|
||||
if (s->playable()) {
|
||||
sourcecontrol.setVisible(true);
|
||||
sourcecontrol.resetActiveSelection();
|
||||
|
||||
Reference in New Issue
Block a user