Fix View position in ClipGroup

This commit is contained in:
wandererfan
2018-11-17 09:29:55 -05:00
committed by wmayer
parent 7909ce83f9
commit ddfa510565
11 changed files with 105 additions and 46 deletions

View File

@@ -36,6 +36,7 @@ namespace TechDraw
{
class DrawPage;
class DrawViewClip;
/** Base class of all View Features in the drawing module
*/
@@ -67,6 +68,7 @@ public:
void Restore(Base::XMLReader &reader) override;
bool isInClip();
DrawViewClip* getClipGroup(void);
/// returns the type name of the ViewProvider
virtual const char* getViewProviderName(void) const override {