When opening an image after starting RT, wavelet tool always is expanded, fixes #4494

This commit is contained in:
heckflosse
2018-04-08 00:26:49 +02:00
parent 8b5a81858f
commit a0db9cbf00

View File

@@ -578,7 +578,6 @@ void ToolPanelCoordinator::updateToolState()
}
wavelet->updateToolState (temp);
wavelet->setExpanded (true);
retinex->updateToolState (temp);
}
}