Thread: Taborder
View Single Post
Old 10-01-2019, 10:20 AM   #3
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,841
Karma: 6120478
Join Date: Nov 2009
Device: many
Due to a crashing bug in Qt, we have disabled dragging and dropping of tabs unless the user specifically enables that via an environment variable (crashes are rare but do happen deep inside Qt from trying to reorder tabs too quickly or dragging them outside of the tabbar).

See: https://bugreports.qt.io/browse/QTBUG-74478

The environment variable is called:

SIGIL_ALLOW_TAB_MOVEMENT

Setting this to 1 or true or any value really, will reenable tab dragging and dropping. If you do a lot of that be careful to not drag things too quickly or too far.

Last edited by KevinH; 10-01-2019 at 10:27 AM.
KevinH is offline   Reply With Quote