瀏覽代碼

Honor IMGUI_DISABLE_TEST_WINDOWS as described (#219)

ocornut 10 年之前
父節點
當前提交
e1ac5a3198
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      imgui_demo.cpp

+ 2 - 0
imgui_demo.cpp

@@ -2046,5 +2046,7 @@ static void ShowExampleAppLongText(bool* opened)
 #else
 
 void ImGui::ShowTestWindow(bool*) {}
+void ImGui::ShowUserGuide(bool*) {}
+void ImGui::ShowStyleEditor(bool*) {}
 
 #endif