@@ -87,6 +87,10 VisualizationGraphWidget::VisualizationGraphWidget(const QString &name, QWidget | |||
|
87 | 87 | |
|
88 | 88 | connect(&sqpApp->variableController(), &VariableController::updateVarDisplaying, this, |
|
89 | 89 | &VisualizationGraphWidget::onUpdateVarDisplaying); |
|
90 | ||
|
91 | #ifdef Q_OS_MAC | |
|
92 | plot().setPlottingHint(QCP::phFastPolylines, true); | |
|
93 | #endif | |
|
90 | 94 | } |
|
91 | 95 | |
|
92 | 96 |
General Comments 0
You need to be logged in to leave comments.
Login now