Skip to content
Snippets Groups Projects
Commit add018c7 authored by Christiaan Janssen's avatar Christiaan Janssen
Browse files

QmlDesigner.Navigator: Removed visual distinctions between types and ids

parent dcec6b12
No related branches found
No related tags found
No related merge requests found
......@@ -85,12 +85,6 @@ void IdItemDelegate::paint(QPainter *painter,
QString myString = node.id();
if (myString.isEmpty())
myString = node.simplifiedTypeName();
else
{
QFont font = painter->font();
font.setBold(true);
painter->setFont(font);
}
if (m_TreeModel->isNodeInvisible( index ))
painter->setOpacity(0.5);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment