InputText: Fixed a few pathological crash cases on single-line InputText widget with multiple millions characters worth of contents. Because the current text drawing function reserve for a worst-case amount of vertices and how we handle horizontal clipping, we currently just avoid displaying those single-line widgets when they are over a threshold of 2 millions characters, until a better solution is found.
1 parent 5122c76 commit ea1906004bb16bbc10dae93b35ebbb80ea50a328
@omar omar authored on 21 Aug 2018
Showing 2 changed files
View
CHANGELOG.txt
View
imgui.cpp