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
It is a collection of changes I made for
ShadowTheAge#145 to fix various things.
In order to make this (big) PR adding the summary view smaller, I moved
this (and some other changed) to their own PR, before submitting the PR
to add the summary view.
List of improvements/fixes:
* _Don't use 'weird' output of `EncapsulateRect()` as 'lastRect', but
the actual rect of the (old) state_
`EncapsulateRect()` changes the returned rectangle while processing it,
causing rendering issues (I forgot the details, it is ages ago)
* _Improve ScrollArea class names to reflect horizontal scrolling as
well, including a constructor parameter to enable horizontal scrolling_
The ScrollArea is capable of having both vertical and horizontal
scrollbars. The horizontal scrollbar is never used, and was not exposed.
But the summary view needs it for larger factories or the user needs an
ultra, mega, super wide screen 😛
* _Renamed some variables_
For clarification
* Typos and some formatting
0 commit comments