margins, ui fixes

This commit is contained in:
Sen 2025-03-20 01:14:54 +01:00
parent 3d1c68210c
commit 80cf16ada5
8 changed files with 46 additions and 34 deletions

View file

@ -127,8 +127,8 @@ public class Slider extends Element {
public void reformat() {
this.position = gui_slider_pixel();
if(this.visible)
this.r_dirty = true;
// if(this.visible)
// this.r_dirty = true;
super.reformat();
}