Crash when clicking on the hand tool button, fixes #3222
This commit is contained in:
@@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
using namespace rtengine::procparams;
|
using namespace rtengine::procparams;
|
||||||
|
|
||||||
ToolPanelCoordinator::ToolPanelCoordinator () : ipc(NULL)
|
ToolPanelCoordinator::ToolPanelCoordinator () : ipc(nullptr), editDataProvider(nullptr)
|
||||||
{
|
{
|
||||||
|
|
||||||
exposurePanel = Gtk::manage (new ToolVBox ());
|
exposurePanel = Gtk::manage (new ToolVBox ());
|
||||||
|
Reference in New Issue
Block a user