|
|
|
@ -15,6 +15,7 @@
|
|
|
|
|
#include "../widget/scenetooltoggle.hpp"
|
|
|
|
|
#include "../widget/scenetooltoggle2.hpp"
|
|
|
|
|
|
|
|
|
|
#include "cameracontroller.hpp"
|
|
|
|
|
#include "mask.hpp"
|
|
|
|
|
#include "tagbase.hpp"
|
|
|
|
|
|
|
|
|
@ -92,6 +93,8 @@ bool CSVRender::UnpagedWorldspaceWidget::handleDrop (const std::vector<CSMWorld:
|
|
|
|
|
mCellId = universalIdData.begin()->getId();
|
|
|
|
|
|
|
|
|
|
mCell.reset (new Cell (getDocument().getData(), mRootNode, mCellId));
|
|
|
|
|
mCamPositionSet = false;
|
|
|
|
|
mOrbitCamControl->reset();
|
|
|
|
|
|
|
|
|
|
update();
|
|
|
|
|
emit cellChanged(*universalIdData.begin());
|
|
|
|
|