Warchamp7

Results 119 comments of Warchamp7

Updated per the above feedback from Exeldro and rebased.

> > SetTransition updates the current transition source and effectively resets it back to the start. If this is called during a transition, it effectively interrupts it. > > So...

> > > > SetTransition updates the current transition source and effectively resets it back to the start. If this is called during a transition, it effectively interrupts it. >...

Hey @nyanpasu64 thank you so much for this in-depth analysis. I am going to dig through all of this data today. While I do that though, could you try testing...

> To figure out what was clearing the background color, I added `std::raise(SIGTRAP);` before passing `QEvent::Polish` to the base class, spent _hours_ debugging the wrong class (VolControl _has_ background color,...

@nyanpasu64 Can you give https://github.com/obsproject/obs-studio/pull/12735 a try? The widget background should now be explicitly set and not overridden to transparent.

Can you test in safe mode and see if the problem goes away? Can you also include the crash log?

Moving this out of draft because DoubleSpinboxes are impacted by this weirdness far far more than normal spinboxes and I'd rather not hold up these improvements.

> The only thing I found unfortunate from a UX point of view was the truncation of digits when an input field is focused. > > I'd find it more...