update color at picking and cleanup code from some warnings

This commit is contained in:
2019-03-11 15:35:59 +01:00
parent 373e7ad0e9
commit fda399f7dd
16 changed files with 56 additions and 63 deletions

View File

@@ -30,7 +30,6 @@ void NodeComboBox::loaded()
popup->loaded();
root()->add_child(popup);
m_items.clear();
int real_index = 0;
for (int i = 0; i < m_data.size(); i++)
{
if (m_data[i] == "-")