TechDraw: Fix child not moving when drag and dropping a view between pages.
This commit is contained in:
committed by
WandererFan
parent
beda33d9e6
commit
ffb34ebe54
@@ -60,7 +60,7 @@ public:
|
||||
void handleChangedPropertyType(Base::XMLReader& reader, const char* TypeName,
|
||||
App::Property* prop) override;
|
||||
|
||||
int addView(App::DocumentObject* docObj);
|
||||
int addView(App::DocumentObject* docObj, bool setPosition = true);
|
||||
int removeView(App::DocumentObject* docObj);
|
||||
short mustExecute() const override;
|
||||
boost::signals2::signal<void(const DrawPage*)> signalGuiPaint;
|
||||
|
||||
Reference in New Issue
Block a user