openmc-dev / plotter

Native plotting GUI for model design and verification
MIT License
43 stars 17 forks source link

Fix cell/material tab in color options dialog #143

Closed paulromano closed 3 weeks ago

paulromano commented 1 month ago

I just realized that #138 broke the Cells/Materials tabs in the Color Options dialog. This PR fixes that along with fixes for obsolete Qt API use (changing Qt.BackgroundColorRole to Qt.BackgroundRole).