1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 05:40:03 -04:00

Refactor layers

This commit is contained in:
Emil Ernerfeldt
2020-05-10 14:27:02 +02:00
parent fd99213222
commit be6ada6923
9 changed files with 189 additions and 134 deletions

View File

@@ -41,7 +41,7 @@ impl Id {
Self(0)
}
pub fn popup() -> Self {
pub fn tooltip() -> Self {
Self(1)
}