Skip to content

Commit

Permalink
fmk - turning of Qt3D as causing issues with MPM in tools
Browse files Browse the repository at this point in the history
  • Loading branch information
fmckenna committed Oct 17, 2024
1 parent 7bbd06d commit 523e42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EVENTS/MPM/MPM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ MPM::MPM(RandomVariablesContainer *theRandomVariableIW, QWidget *parent)
theTabWidget->setIconSize(QSize(sizePrimaryTabs,sizePrimaryTabs));
// theTabWidget->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Maximum);

// #define NO_MPM_QT3D true
#define NO_MPM_QT3D true
#if ( ( defined(_WIN32) || defined(__linux__) || defined(linux) || defined(WIN32) ) && !defined(__APPLE__) ) && !defined(NO_MPM_QT3D)
// #ifdef _WIN32
// Only allow 3D visualization on Windows and Linux for now, Mac had issues with Qt3D
Expand Down

0 comments on commit 523e42a

Please sign in to comment.