Crash when clicking on the hand tool button, fixes #3222
This commit is contained in:
parent
137ea4cdfa
commit
4979c0c836
@ -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 ());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user