Fix the indentation

This commit is contained in:
Laurent Rineau 2018-06-13 10:45:00 +02:00
parent 0a14aec59e
commit 13f6863397
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ MainWindow::MainWindow(bool verbose, QWidget* parent)
viewer->textRenderer()->setScene(scene);
viewer->setScene(scene);
CGAL::Three::Three::s_scene = scene;
CGAL::Three::Three::s_connectable_scene = scene;
CGAL::Three::Three::s_connectable_scene = scene;
ui->actionMaxTextItemsDisplayed->setText(QString("Set Maximum Text Items Displayed : %1").arg(viewer->textRenderer()->getMax_textItems()));
{
QShortcut* shortcut = new QShortcut(QKeySequence(Qt::ALT+Qt::Key_Q), this);