Sundae2608 / BattleSimulation

Battle Simulation mimicking the mechanics of the Total War series
1 stars 0 forks source link

Layering the scrollbar potentially makes showing the scrollbar improper #123

Open Sundae2608 opened 4 years ago

Sundae2608 commented 4 years ago

Because scrollbars are drawn one after the other, we can have a situation in which the scrollbar gets drawn over by another scrollbar. This is especially for secondary elements that might place outside the restriction of the component.

The solution is to separate the drawing of the scrollbar and the drawing of the value showing.

image