Skip to content

Commit e1ac5a3

Browse files
committed
Honor IMGUI_DISABLE_TEST_WINDOWS as described (#219)
1 parent 68962ae commit e1ac5a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

imgui_demo.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -2046,5 +2046,7 @@ static void ShowExampleAppLongText(bool* opened)
20462046
#else
20472047

20482048
void ImGui::ShowTestWindow(bool*) {}
2049+
void ImGui::ShowUserGuide(bool*) {}
2050+
void ImGui::ShowStyleEditor(bool*) {}
20492051

20502052
#endif

0 commit comments

Comments
 (0)