Gui: fix view object global coordinate space showable checking

This commit is contained in:
Zheng, Lei
2020-07-07 18:50:23 +08:00
committed by wmayer
parent e2071de5bc
commit 46209e7f77
4 changed files with 60 additions and 23 deletions

View File

@@ -534,6 +534,9 @@ protected:
*/
virtual QIcon mergeOverlayIcons (const QIcon & orig) const;
/// Turn on mode switch
virtual void setModeSwitch();
protected:
/// The root Separator of the ViewProvider
SoSeparator *pcRoot;
@@ -549,7 +552,6 @@ protected:
std::bitset<32> StatusBits;
private:
void setModeSwitch();
int _iActualMode;
int _iEditMode;
int viewOverrideMode;