Blue border when window is focused.
Skm1221 opened this issue · 2 comments
Skm1221 commented
antonypro commented
Hi, @Skm1221!
The border is part of the QGoodCentralWidget
on Windows and Linux, and on Windows 11 it uses native APIs to change the border color, you cannot remove it, however, you could change the border color anytime with the function QGoodCentralWidget::setActiveBorderColor(const QColor & color).
Thanks!
Skm1221 commented
Thanks!
It's resolved, I'll close this issue
Thank you for your help :)