|
|
|
@ -47,7 +47,7 @@ CSVWorld::SceneSubView::SceneSubView(const CSMWorld::UniversalId& id, CSMDoc::Do
|
|
|
|
|
CSVRender::WorldspaceWidget* worldspaceWidget = nullptr;
|
|
|
|
|
widgetType whatWidget;
|
|
|
|
|
|
|
|
|
|
if (Misc::StringUtils::ciEqual(id.getId(), ESM::Cell::sDefaultWorldspace))
|
|
|
|
|
if (Misc::StringUtils::ciEqual(id.getId(), ESM::Cell::sDefaultWorldspaceId.getValue()))
|
|
|
|
|
{
|
|
|
|
|
whatWidget = widget_Paged;
|
|
|
|
|
|
|
|
|
@ -168,7 +168,8 @@ void CSVWorld::SceneSubView::cellSelectionChanged(const CSMWorld::UniversalId& i
|
|
|
|
|
|
|
|
|
|
void CSVWorld::SceneSubView::cellSelectionChanged(const CSMWorld::CellSelection& selection)
|
|
|
|
|
{
|
|
|
|
|
setUniversalId(CSMWorld::UniversalId(CSMWorld::UniversalId::Type_Scene, ESM::Cell::sDefaultWorldspace));
|
|
|
|
|
setUniversalId(
|
|
|
|
|
CSMWorld::UniversalId(CSMWorld::UniversalId::Type_Scene, ESM::Cell::sDefaultWorldspaceId.getValue()));
|
|
|
|
|
int size = selection.getSize();
|
|
|
|
|
|
|
|
|
|
std::ostringstream stream;
|
|
|
|
|