Logic hints for draw operations

This commit is contained in:
Anuken
2021-02-17 09:49:01 -05:00
parent b8bfb30c56
commit 1ef7ae7079
4 changed files with 24 additions and 2 deletions

View File

@@ -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();
}
})
};