1
0
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:
follower
2021-05-09 02:24:22 +12:00
committed by GitHub
parent a7a36bd313
commit a5e41f275c

View File

@@ -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.",
);
}