Add tone equalizer to batch editor

This commit is contained in:
Lawrence Lee
2022-06-12 16:57:40 -07:00
parent bd3bd809b5
commit 3e2337bfae
11 changed files with 119 additions and 17 deletions

View File

@@ -689,8 +689,10 @@ void Adjuster::showIcons(bool yes)
{
if (imageIcon1) {
imageIcon1->set_visible(yes);
imageIcon1->set_no_show_all(!yes);
}
if (imageIcon2) {
imageIcon2->set_visible(yes);
imageIcon2->set_no_show_all(!yes);
}
}