pthom / hello_imgui

Hello, Dear ImGui: unleash your creativity in app development and prototyping
https://pthom.github.io/hello_imgui
MIT License
604 stars 91 forks source link

Fix View menu separators #75

Closed wkjarosz closed 7 months ago

wkjarosz commented 7 months ago

Use the built-in ImGui::SeparatorText in Hello ImGui's View menu instead of the current ASCII-art text separators.

pthom commented 7 months ago

Thanks!