# Dear ImGui v1.92.9b - Product: Dear ImGui (https://whatsnew.fyi/product/dear-imgui) - Vendor: Omar Cornut - Date: 2026-07-31 - Version: v1.92.9b - Original notes: https://github.com/ocornut/imgui/releases/tag/v1.92.9b - Permalink: https://whatsnew.fyi/product/dear-imgui/releases/v1.92.9b What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **fixed** — DragXXX, SliderXXX: fixed a regression in 1.92.9 where clicking a previously Ctrl+Clicked field would flick it to text edit mode for one frame - **fixed** — Tables: fixed Y2 position of lower horizontal border (ImGuiTableFlags_BordersOuterH) being off by one pixel when vertical ones are not also enabled - **fixed** — Tables: fixed X position of angled borders being off by half a pixel - **fixed** — ImDrawData: fixed a regression in 1.92.9 where legacy/obsoleted ImDrawData::CmdListsCount was always 0 ##### Dear ImGui v1.92.9b : Hotfix 🔥 ✋ **Reading the changelog is a good way to keep up to date with what Dear ImGui has to offer**, and will give you ideas of some features that you've been ignoring until now! 📣 If you are browsing multiple releases: click version number above to display full release note contents, otherwise it is badly clipped by GitHub! ---- Links: [Homepage](https://github.com/ocornut/imgui) - [Release notes](https://github.com/ocornut/imgui/releases) - [FAQ](https://www.dearimgui.com/faq) - [Issues, Q&A](https://github.com/ocornut/imgui/issues). Also see our [Wiki](https://github.com/ocornut/imgui/wiki) with sections such as.. - [Getting Started](https://github.com/ocornut/imgui/wiki/Getting-Started) (~25 lines in an existing app) - [Useful Extensions/Widgets](https://github.com/ocornut/imgui/wiki/Useful-Extensions) - [Software using Dear ImGui](https://github.com/ocornut/imgui/wiki/Software-using-Dear-ImGui) - [Language Bindings & Engine Backends](https://github.com/ocornut/imgui/wiki/Bindings) - and more! 👌 ##### Changes in v1.92.9b (since [v1.92.9](https://github.com/ocornut/imgui/releases/v1.92.9)) **This is a hot-fix for two small regressions in 1.92.9, one which would affect many people.** - DragXXX, SliderXXX: fixed a regression in 1.92.9 where clicking a previously Ctrl+Clicked field would flick it to text edit mode for one frame. (#9476, #701) - Tables: fixed Y2 position of lower horizontal border (`ImGuiTableFlags_BordersOuterH`) being off by one pixel when vertical ones are not also enabled. [@thedmd] - Tables: fixed X position of angled borders being off by half a pixel. [@thedmd] - ImDrawData: fixed a regression in 1.92.9 where legacy/obsoleted `ImDrawData::CmdListsCount` was always 0. Prefer using `ImDrawData::CmdList.Size` anyway. ------ Also see [previous releases details](https://github.com/ocornut/imgui/releases). 💰 🙏 **Dear ImGui is funded by your contributions and absolutely needs them to sustain and grow**. We can invoice and accommodate to many situations. If your company uses Dear ImGui, please reach out. See [Funding page](https://github.com/ocornut/imgui/wiki/Funding). **Did you know? If you need an excuse to pay, you may buy licenses for [Test Engine](https://github.com/ocornut/imgui_test_engine) and buy hours of support (and cough not use them all) and that will contribute to fund Dear ImGui.**