Alexhuszagh / BreezeStyleSheets

Breeze/BreezeDark-like Qt StyleSheets
MIT License
539 stars 128 forks source link

[BUG] Moving a tab left makes its text disappear #83

Closed felipefarinon closed 1 week ago

felipefarinon commented 1 year ago

Description

Whenever I move a tab (TabWidget with movable=true) left, the text disappears while I'm dragging it. But when I move it right, the text is kept.

GIF 1-8-2023 11-02-35 AM

Prerequisites

Alexhuszagh commented 1 week ago

I can't replicate this with PySide2, PySide6, PyQt5, or PyQt6 as of the latest versions. You can test this with our moveable tab test case by running:

python test/ui.py --qt-framework "${engine}" --stylesheet dark --widget movable_tabwidget

Which produces this output. BreezeStyleSheets Issue 83

I'll be happy to reopen this if it's still an issue, but please try the latest versions first.