Mercurial > hg > easaier-soundaccess
diff widgets/ItemLayerList.cpp @ 183:2e81141893db
resolve problem with hide and show action of the PropertyBox
author | lbajardsilogic |
---|---|
date | Fri, 23 Nov 2007 11:18:39 +0000 |
parents | 7386cd014f52 |
children |
line wrap: on
line diff
--- a/widgets/ItemLayerList.cpp Thu Nov 22 15:54:30 2007 +0000 +++ b/widgets/ItemLayerList.cpp Fri Nov 23 11:18:39 2007 +0000 @@ -120,10 +120,7 @@ void ItemLayerList::configAction(){ if(m_propertyBox!=0){ - //m_propertyBox->close(); - m_propertyBox->setWindowFlags(m_propertyBox->windowFlags() | Qt::WindowStaysOnTopHint); - m_propertyBox->show(); - m_propertyBox->activateWindow(); + m_propertyBox->showNormal(); } }