(#632) Improved colors used for selection and time history curves

This commit is contained in:
Magne Sjaastad
2015-11-10 09:43:56 +01:00
parent 2f70abb90d
commit 17493070ac
7 changed files with 115 additions and 9 deletions

View File

@@ -69,6 +69,14 @@ void RiuSelectionManager::deleteAllItems()
m_selection.clear();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
bool RiuSelectionManager::isEmpty() const
{
return m_selection.size() == 0;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------