Description
This PR fixes the display on the upper left side of the screen.
The indentation of the values is fixed
The broken NORMAL counter is removed
The order in which all the elements are drawn is fixed by drawing all elements in the right order on every update. While this is a bit more ineficcient it solves many combinations in which the calls of the ref result in a wrong order of the different layers.
Description This PR fixes the display on the upper left side of the screen.
Related Issues This pull-request fixes issue #277
Screenshots Previously:
Now:
The PR was tested locally.