#894 Fixed intersection box collapse transitions

This commit is contained in:
Jacob Støren
2016-09-29 10:02:12 +02:00
parent c2eff1b733
commit 585eeef726
2 changed files with 56 additions and 5 deletions

View File

@@ -74,6 +74,7 @@ private:
void updateVisibility();
void updateLabelsFromBoundingBox();
void clampSinglePlaneValues();
void switchSingelPlaneState();
private:
caf::PdmField<caf::AppEnum< SinglePlaneState > > m_singlePlaneState;