mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 05:40:03 -04:00
Refactor layers
This commit is contained in:
@@ -41,7 +41,7 @@ impl Id {
|
||||
Self(0)
|
||||
}
|
||||
|
||||
pub fn popup() -> Self {
|
||||
pub fn tooltip() -> Self {
|
||||
Self(1)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user