mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Fixed missing symbols when using IMGUI_DISABLE_DEMO_WINDOWS (e.g. with ImPlot) (#8221)
This commit is contained in:
parent
c3ffd4c53e
commit
2ca83f0bc7
1 changed files with 2 additions and 0 deletions
|
|
@ -10397,6 +10397,8 @@ void ImGui::ShowAboutWindow(bool*) {}
|
||||||
void ImGui::ShowDemoWindow(bool*) {}
|
void ImGui::ShowDemoWindow(bool*) {}
|
||||||
void ImGui::ShowUserGuide() {}
|
void ImGui::ShowUserGuide() {}
|
||||||
void ImGui::ShowStyleEditor(ImGuiStyle*) {}
|
void ImGui::ShowStyleEditor(ImGuiStyle*) {}
|
||||||
|
bool ImGui::ShowStyleSelector(const char* label) { return false; }
|
||||||
|
void ImGui::ShowFontSelector(const char* label) {}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue