「view this page in B3 βῆτα server」

Revisions №393

branch: interactive/develop 「№393」
Commited by: Rocco Moretti
GitHub commit link: 「a1ba87a577b6d3c3」 「№5758」
Difference from previous tested commit:  code diff
Commit date: 2021-12-13 16:56:41
foldit.build.debug foldit.build.release foldit.defines foldit.levels foldit.unit.debug foldit.unit.release

Merge pull request #5758 from RosettaCommons/roccomoretti/interactive_fix_three_dots [Foldit] Fix Title resize issue. I was trying to be too clever by only recalculating the title size when needed. This was a premature optimization, as the calculations are actually not that computationally demanding, especially when we consider everything else which goes on in an update(). This resulted in a bug where the title would be set a zero width and then never resized for the actual width. Recalculating the size at every update() seems to fix the problem. RELEASE NOTES: * Fixed bug where the title wasn't resizing properly (leaving it and the objective panel as only three dots).

...