Typo: CollpasingHeaders
-> CollapsingHeaders
(#359)
This commit is contained in:
parent
a7a36bd313
commit
a5e41f275c
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ impl CtxRef {
|
||||||
if rect.contains(pointer_pos) {
|
if rect.contains(pointer_pos) {
|
||||||
painter.error(
|
painter.error(
|
||||||
rect.left_bottom() + vec2(2.0, 4.0),
|
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.",
|
or when things like ScrollAreas and Resize areas aren't given unique id_source:s.",
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue