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:
Patryk Skowroński
2024-06-24 18:06:25 +02:00
committed by GitHub
parent 8465ea881a
commit fefd3851ac
3 changed files with 26 additions and 10 deletions

View File

@@ -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
//
//