Update code for new toolwindowmanager

This commit is contained in:
baldurk
2017-05-29 13:31:28 +01:00
parent 4bc361fc1a
commit 158bc4d583
8 changed files with 43 additions and 4 deletions
-1
View File
@@ -1005,7 +1005,6 @@ BufferViewer::BufferViewer(ICaptureContext &ctx, bool meshview, QWidget *parent)
[this, menu](const QPoint &pos) { stageRowMenu(MeshDataStage::GSOut, menu, pos); });
ui->dockarea->setAllowFloatingWindow(false);
ui->dockarea->setRubberBandLineWidth(50);
ui->controlType->addItems({tr("Arcball"), tr("WASD")});
ui->controlType->adjustSize();