mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
Typo: CollpasingHeaders -> CollapsingHeaders (#359)
This commit is contained in:
@@ -123,7 +123,7 @@ impl CtxRef {
|
||||
if rect.contains(pointer_pos) {
|
||||
painter.error(
|
||||
rect.left_bottom() + vec2(2.0, 4.0),
|
||||
"ID clashes happens when things like Windows or CollpasingHeaders share names,\n\
|
||||
"ID clashes happens when things like Windows or CollapsingHeaders share names,\n\
|
||||
or when things like ScrollAreas and Resize areas aren't given unique id_source:s.",
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user