mirror of
https://github.com/ocornut/imgui.git
synced 2026-04-01 21:32:13 +00:00
TempInputText, InputText: enforce making active via ImGuiInputTextFlags_MergedItem. Restore cursor as Rect is provided + comments. (#2718, #6690)
This commit is contained in:
@@ -11108,6 +11108,8 @@ bool ImGui::ErrorLog(const char* msg)
|
||||
return g.IO.ConfigErrorRecoveryEnableAssert;
|
||||
}
|
||||
|
||||
// Display an error tooltip when same ID as HoveredId was submitted multiple times.
|
||||
// See code in ItemHoverable() for an explanation of why we associate this error to HoveredId + code drawing of rectangles over individual items instances.
|
||||
void ImGui::ErrorCheckEndFrameFinalizeErrorTooltip()
|
||||
{
|
||||
#ifndef IMGUI_DISABLE_DEBUG_TOOLS
|
||||
|
||||
Reference in New Issue
Block a user