Crash when switching between raw and tif, fixes #3797. Thanks to Flössie for the patch!
This commit is contained in:
@@ -311,6 +311,7 @@ ToolPanelCoordinator::~ToolPanelCoordinator ()
|
|||||||
|
|
||||||
void ToolPanelCoordinator::imageTypeChanged(bool isRaw, bool isBayer, bool isXtrans)
|
void ToolPanelCoordinator::imageTypeChanged(bool isRaw, bool isBayer, bool isXtrans)
|
||||||
{
|
{
|
||||||
|
GThreadLock lock;
|
||||||
|
|
||||||
if(isRaw) {
|
if(isRaw) {
|
||||||
rawPanelSW->set_sensitive(true);
|
rawPanelSW->set_sensitive(true);
|
||||||
|
Reference in New Issue
Block a user