Texture-based thick lines: Fixes for AddCustomRect api, add IMGUI_HAS_TEXLINES define (temporarily) to facilitate working with test cases, Demo allows growing FrameBorderSize for testing

This commit is contained in:
Omar
2020-02-17 11:58:22 +01:00
committed by omar
parent 21d9e8e1f4
commit a07c8b6999
3 changed files with 4 additions and 2 deletions

View File

@ -1993,6 +1993,8 @@ enum ImDrawCornerFlags_
ImDrawCornerFlags_All = 0xF // In your function calls you may use ~0 (= all bits sets) instead of ImDrawCornerFlags_All, as a convenience
};
#define IMGUI_HAS_TEXLINES 1
enum ImDrawListFlags_
{
ImDrawListFlags_None = 0,