forked from Green-Sky/tomato
string cant be empty
This commit is contained in:
parent
07070dd2d4
commit
33875cb58b
@ -293,7 +293,7 @@ bool renderContactBig(
|
|||||||
ImGui::TextUnformatted(slt->text.c_str(), slt->text.c_str() + slt->first_line_length);
|
ImGui::TextUnformatted(slt->text.c_str(), slt->text.c_str() + slt->first_line_length);
|
||||||
ImGui::PopStyleColor();
|
ImGui::PopStyleColor();
|
||||||
} else {
|
} else {
|
||||||
ImGui::TextDisabled(""); // or dummy?
|
ImGui::TextDisabled(" "); // or dummy?
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user