Dimension fixes
Prevent _M_range_check on wrong selection Allow unlinking of linked Dimension Allow Horiz/Vert projected Dims Improve error msg for invalid selction
This commit is contained in:
committed by
Yorik van Havre
parent
a662cad5be
commit
6abce56595
@@ -31,6 +31,10 @@
|
||||
#include <Mod/TechDraw/App/DrawViewDimension.h>
|
||||
|
||||
|
||||
namespace Gui {
|
||||
class Document;
|
||||
}
|
||||
|
||||
class Ui_TaskLinkDim;
|
||||
|
||||
namespace TechDrawGui
|
||||
@@ -55,6 +59,8 @@ protected:
|
||||
void changeEvent(QEvent *e);
|
||||
void loadAvailDims();
|
||||
void updateDims();
|
||||
void loadToTree(const TechDraw::DrawViewDimension* dim, const bool selected, Gui::Document* guiDoc);
|
||||
bool dimReferencesSelection(const TechDraw::DrawViewDimension* dim) const;
|
||||
|
||||
private:
|
||||
Ui_TaskLinkDim * ui;
|
||||
|
||||
Reference in New Issue
Block a user