avoid transformation of highlighted constraint
This commit is contained in:
parent
3dafb038b2
commit
5ce6c68a57
|
@ -91,6 +91,9 @@ public:
|
|||
virtual void setDisplayMode(const char* ModeName);
|
||||
virtual std::vector<std::string> getDisplayModes(void) const;
|
||||
|
||||
//avoid transformation on doouble click
|
||||
virtual bool doubleClicked(void) {return true;};
|
||||
|
||||
private:
|
||||
//we need two seperate visual representations, as both constraint parts have different
|
||||
//placements.
|
||||
|
|
Loading…
Reference in New Issue
Block a user