Fixed title bar text clipping issue (fix #128)

+ Update version number
This commit is contained in:
ocornut
2015-02-09 20:31:59 +00:00
parent 734cf47e71
commit 8e8cb7de3f
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
// ImGui library v1.31
// ImGui library v1.32 wip
// See .cpp file for documentation.
// See ImGui::ShowTestWindow() for sample code.
// Read 'Programmer guide' in .cpp for notes on how to setup ImGui in your codebase.