diff sv/main/MainWindow.cpp @ 69:72123059fa93

go to the search tab when running New Session
author lbajardsilogic
date Wed, 13 Jun 2007 13:14:59 +0000
parents 429cfea499ad
children f278467d5c46
line wrap: on
line diff
--- a/sv/main/MainWindow.cpp	Wed Jun 13 09:35:02 2007 +0000
+++ b/sv/main/MainWindow.cpp	Wed Jun 13 13:14:59 2007 +0000
@@ -5059,6 +5059,8 @@
     documentRestored();
     updateMenuStates();
 
+	m_qtabwidget->setCurrentIndex(Search);
+
 	//m_properties = new PropertyStack(0, m_paneStack->getCurrentPane() );
 	//connect(m_properties, SIGNAL(removeSelectedItem()), this, SLOT(deleteCurrentLayer())); 
 	//m_toolBox->insertItem(0,"Layers", m_properties);