Crash when switching between raw and tif, fixes #3797. Thanks to Flössie for the patch!

This commit is contained in:
heckflosse
2017-04-03 13:58:15 +02:00
parent 3a90374d59
commit de64d21b37

View File

@@ -311,6 +311,7 @@ ToolPanelCoordinator::~ToolPanelCoordinator ()
void ToolPanelCoordinator::imageTypeChanged(bool isRaw, bool isBayer, bool isXtrans)
{
GThreadLock lock;
if(isRaw) {
rawPanelSW->set_sensitive(true);