Spaceball settings tabs removal from the Customize panel (#14589)
* Removed Spaceball tabs for NavLib integration * Added missing CMake variable for MacOS/Linux platform --------- Co-authored-by: Patryk Skowroński <pskowronski@3dconnexion.com>
This commit is contained in:
committed by
GitHub
parent
8465ea881a
commit
fefd3851ac
@@ -50,8 +50,12 @@
|
||||
#include "DlgToolbarsImp.h"
|
||||
#include "DlgActionsImp.h"
|
||||
#include "DlgKeyboardImp.h"
|
||||
|
||||
#ifndef USE_3DCONNEXION_NAVLIB
|
||||
#include "DlgCustomizeSpaceball.h"
|
||||
#include "DlgCustomizeSpNavSettings.h"
|
||||
#endif
|
||||
|
||||
#include "InputField.h"
|
||||
#include "QuantitySpinBox.h"
|
||||
#include "PrefWidgets.h"
|
||||
@@ -93,9 +97,10 @@ WidgetFactorySupplier::WidgetFactorySupplier()
|
||||
new CustomPageProducer<DlgCustomKeyboardImp>;
|
||||
new CustomPageProducer<DlgCustomToolbarsImp>;
|
||||
new CustomPageProducer<DlgCustomActionsImp>;
|
||||
#ifndef USE_3DCONNEXION_NAVLIB
|
||||
new CustomPageProducer<DlgCustomizeSpNavSettings>;
|
||||
new CustomPageProducer<DlgCustomizeSpaceball>;
|
||||
|
||||
#endif
|
||||
// ADD YOUR PREFERENCE WIDGETS HERE
|
||||
//
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user