mirror of
https://github.com/ocornut/imgui.git
synced 2026-06-03 10:34:52 +00:00
DrawList: rename ImDrawListFlags_NoTextPixelSnap -> ImDrawListFlags_TextNoPixelSnap. (#3437, #9417, #2291)
Amend 1d33ea9
This commit is contained in:
@@ -59,7 +59,7 @@ Other Changes:
|
||||
imprecisions altering the result by 1 even at relatively small width. (#791)
|
||||
- DrawList:
|
||||
- Minor optimization to `AddLine()`, `AddLineH()`, `AddLineV()` functions. (#4091)
|
||||
- Added `ImDrawListFlags_NoTextPixelSnap` to disable snapping of AddText()
|
||||
- Added `ImDrawListFlags_TextNoPixelSnap` to disable snapping of AddText()
|
||||
coordinates for a given scope. (#3437, #9417, #2291)
|
||||
- Demo:
|
||||
- Extract 'Widgets->Tree Nodes->Selectable Nodes' out of the 'Advanced'
|
||||
|
||||
Reference in New Issue
Block a user