ported more effects to gles

This commit is contained in:
itsmattkc
2019-03-28 21:43:05 +11:00
parent 86bd06795a
commit 31bb862715
39 changed files with 50 additions and 113 deletions
-1
View File
@@ -108,7 +108,6 @@ void CollapsibleWidget::SetContents(QWidget* c) {
contents = c;
if (!existing) {
layout->addWidget(contents);
connect(enabled_check, SIGNAL(toggled(bool)), contents, SLOT(setEnabled(bool)));
connect(collapse_button, SIGNAL(clicked()), this, SLOT(on_visible_change()));
}
}