kr0st / fpgui

GUI application for convenient browsing through fplog-generated log messages
MIT License
0 stars 0 forks source link

Start/Resume button text is not updated correctly #45

Closed kr0st closed 6 years ago

kr0st commented 6 years ago

Maybe this is a glitch connected with using 5.11 version of Qt but seems like button text is not being updated correctly right after the Clicked() event.

kr0st commented 6 years ago

Qt v5.11 has couple of bugs related to updating the content of widgets specifically on macOS. Reverting to Qt v5.10.1 fixed the issue.