Wvalet - hide radius when old algo
This commit is contained in:
parent
60c341c236
commit
2bb747b55f
@ -3134,6 +3134,12 @@ void Wavelet::showmaskToggled()
|
|||||||
|
|
||||||
void Wavelet::oldshToggled()
|
void Wavelet::oldshToggled()
|
||||||
{
|
{
|
||||||
|
if (oldsh->get_active()) {
|
||||||
|
radius->hide();
|
||||||
|
} else {
|
||||||
|
radius->show();
|
||||||
|
}
|
||||||
|
|
||||||
if (multiImage) {
|
if (multiImage) {
|
||||||
if (oldsh->get_inconsistent()) {
|
if (oldsh->get_inconsistent()) {
|
||||||
oldsh->set_inconsistent(false);
|
oldsh->set_inconsistent(false);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user