mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Project Tree updates (#8490)
Split project tree into multiple dockable tree views for plots, keeping one for 3d views.
This commit is contained in:
@@ -769,7 +769,7 @@ void RiuViewerCommands::handlePickAction( int winPosX, int winPosY, Qt::Keyboard
|
||||
|
||||
{
|
||||
std::vector<caf::PdmUiItem*> uiItems;
|
||||
RiuMainWindow::instance()->projectTreeView()->selectedUiItems( uiItems );
|
||||
RiuMainWindow::instance()->projectTreeView( 0 )->selectedUiItems( uiItems );
|
||||
|
||||
if ( uiItems.size() == 1 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user