AvianNetwork / Avian

Avian Network is a proof-of-work secured blockchain designed for efficient and interoperable asset management.
https://avn.network
MIT License
54 stars 25 forks source link

QT: Unable to parse styles for QToolbar #92

Closed alamshafil closed 2 years ago

alamshafil commented 2 years ago

When running avian-qt this always appears in the debug.log:

GUI: Could not parse stylesheet of object QToolBar(0x564910de90a0)
GUI: Could not parse stylesheet of object QToolBar(0x564910de90a0)

The stylesheet for QToolBar is defined below (light and dark):

https://github.com/AvianNetwork/Avian/blob/5aa0e4aa4040c1f3f1f71b0aa1a6edf2e86875d2/src/qt/res/css/Light.css#L896-L943

alamshafil commented 2 years ago

This is the issue: https://github.com/AvianNetwork/Avian/blob/5aa0e4aa4040c1f3f1f71b0aa1a6edf2e86875d2/src/qt/aviangui.cpp#L686-L696

alamshafil commented 2 years ago

Issue fixed in #96