mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 18:46:18 +00:00
external: Fix spelling error in imgui demo.
This commit is contained in:
parent
fc686f27dd
commit
69b8e8455c
2
src/external/imgui/imgui_demo.cpp
vendored
2
src/external/imgui/imgui_demo.cpp
vendored
|
@ -936,7 +936,7 @@ static void ShowDemoWindowWidgets()
|
|||
}
|
||||
if (ImGui::TreeNode("Alignment"))
|
||||
{
|
||||
HelpMarker("Alignment applies when a selectable is larger than its text content.\nBy default, Selectables uses style.SelectableTextAlign but it can be overriden on a per-item basis using PushStyleVar().");
|
||||
HelpMarker("Alignment applies when a selectable is larger than its text content.\nBy default, Selectables uses style.SelectableTextAlign but it can be overridden on a per-item basis using PushStyleVar().");
|
||||
static bool selected[3*3] = { true, false, true, false, true, false, true, false, true };
|
||||
for (int y = 0; y < 3; y++)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue