Skip to content

Build broken if IMGUI_DISABLE_DEBUG_TOOLS is enabled #8796

@wolfpld

Description

@wolfpld

Version/Branch of Dear ImGui:

v1.92.1-docking

Back-ends:

Compiler, OS:

Full config/build information:

No response

Details:

static void MetricsHelpMarker(const char* desc) is defined in imgui.cpp, line 21322 within #ifndef IMGUI_DISABLE_DEBUG_TOOLS block.

void ImGui::ShowFontSelector(const char* label) is defined in imgui.cpp, line 23634 within #if !defined(IMGUI_DISABLE_DEMO_WINDOWS) || !defined(IMGUI_DISABLE_DEBUG_TOOLS) block and uses MetricsHelpMarker.

Screenshots/Video:

No response

Minimal, Complete and Verifiable Example code:

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions