You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see bugs in this implementation using Qt5, at least. I did a simple swap of my QTabWidget with the QDetachTabWidget. It builds fine but any attempt to detach and then re-attach causes the widget to become duplicated... the detached widget becomes pinned to my desktop and sometimes a copy of it appears in the tabbed group, but sometimes not. (The copies are linked together so that changes in one are seen in the duplicate that is still pinned to my desktop.)
The text was updated successfully, but these errors were encountered:
I suspect there is some parenting issues. Do you mind sharing what desktop environment you are running? Window manager. Kde, Gnome, xfce, etc.? X11 or Wayland?
I see bugs in this implementation using Qt5, at least. I did a simple swap of my QTabWidget with the QDetachTabWidget. It builds fine but any attempt to detach and then re-attach causes the widget to become duplicated... the detached widget becomes pinned to my desktop and sometimes a copy of it appears in the tabbed group, but sometimes not. (The copies are linked together so that changes in one are seen in the duplicate that is still pinned to my desktop.)
The text was updated successfully, but these errors were encountered: