TechDraw: Fix child not moving when drag and dropping a view between pages.

This commit is contained in:
PaddleStroke
2024-04-17 17:07:13 +02:00
committed by WandererFan
parent beda33d9e6
commit ffb34ebe54
3 changed files with 24 additions and 6 deletions

View File

@@ -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;