Skip to content

Commit

Permalink
Fixed missing symbols when using IMGUI_DISABLE_DEMO_WINDOWS (e.g. wit…
Browse files Browse the repository at this point in the history
…h ImPlot) (#8221)
  • Loading branch information
StewMcc authored Dec 11, 2024
1 parent c3ffd4c commit 2ca83f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions imgui_demo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10397,6 +10397,8 @@ void ImGui::ShowAboutWindow(bool*) {}
void ImGui::ShowDemoWindow(bool*) {}
void ImGui::ShowUserGuide() {}
void ImGui::ShowStyleEditor(ImGuiStyle*) {}
bool ImGui::ShowStyleSelector(const char* label) { return false; }
void ImGui::ShowFontSelector(const char* label) {}

#endif

Expand Down

0 comments on commit 2ca83f0

Please sign in to comment.