View Single Post
Old 02-16-2019, 07:21 PM   #7
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,928
Karma: 6361444
Join Date: Nov 2009
Device: many
FWIW - this is a very very long standing bug in Qt that is related to allowing use of qss files.

Here is the official Qt Bug Report that describes the issue:

https://bugreports.qt.io/browse/QTBUG-61092

So there really isn't anything I can do to fix this. Luckily this is only cosmetic.

Sorry. Every time we upgrade Qt we fix old bugs but get just as many if not more new bugs and this is one of those.

Note in MainWindow.cpp we use setStyleSheet on the Tabs to make them cleaner looking which is why this bug still exists even in Qt 5.12.1

KevinH

Last edited by KevinH; 02-16-2019 at 08:11 PM.
KevinH is online now