mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 14:20:04 -04:00
fn layer() -> fn zlayer
This commit is contained in:
@@ -321,7 +321,7 @@ impl Ui {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[inline]
|
#[inline]
|
||||||
pub fn layer(&self) -> ZLayer {
|
pub fn zlayer(&self) -> ZLayer {
|
||||||
self.painter().zlayer()
|
self.painter().zlayer()
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -627,7 +627,7 @@ impl Ui {
|
|||||||
self.ctx().interact(
|
self.ctx().interact(
|
||||||
self.clip_rect(),
|
self.clip_rect(),
|
||||||
self.spacing().item_spacing,
|
self.spacing().item_spacing,
|
||||||
self.layer(),
|
self.zlayer(),
|
||||||
id,
|
id,
|
||||||
rect,
|
rect,
|
||||||
sense,
|
sense,
|
||||||
|
|||||||
Reference in New Issue
Block a user