Logic hints for draw operations
This commit is contained in:
@@ -512,7 +512,7 @@ public class LStatements{
|
||||
i.button(sensor.name(), Styles.cleart, () -> {
|
||||
stype("@" + sensor.name());
|
||||
hide.run();
|
||||
}).size(240f, 40f).self(c -> tooltip(c, "lenum." + sensor.name())).row();
|
||||
}).size(240f, 40f).self(c -> tooltip(c, sensor)).row();
|
||||
}
|
||||
})
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user