Core: support to load old project files containing image planes
See forum: https://forum.freecad.org/viewtopic.php?p=670545#p670545
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
|
||||
using namespace Gui;
|
||||
|
||||
TaskImageScale::TaskImageScale(App::ImagePlane* obj, QWidget* parent)
|
||||
TaskImageScale::TaskImageScale(Image::ImagePlane* obj, QWidget* parent)
|
||||
: QWidget(parent)
|
||||
, ui(new Ui_TaskImageScale)
|
||||
, feature(obj)
|
||||
|
||||
Reference in New Issue
Block a user