From de7e180841375a65b1ae1e2b979357161b445ea1 Mon Sep 17 00:00:00 2001 From: Hui Wang <wanghehv@sjtu.edu.cn> Date: Tue, 13 Apr 2021 19:50:20 +0800 Subject: [PATCH] add FAQ in readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 5ca8e54..3fc6f53 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,13 @@ Rename your compressed file following the rule *`NAME_ID_XXX`*. ~~glfw (http://dalab.se.sjtu.edu.cn/gitlab/xiaoyuwei/glfw.git) and imgui (http://dalab.se.sjtu.edu.cn/gitlab/xiaoyuwei/imgui.git) are also available on our server.~~ +* The menu bar isn't rendered correctly in Release mode using VS2019. + + Solution 1: Use Debug mode. + + Solution 2: Remove `ImGuiWindowFlags_AlwaysAutoResize` flag used in `ImGui::Begin()` and comment out `ImGui::SetNextWindowSizeConstraints()` in `include/Gui.cpp`. See [#1669](https://github.com/libigl/libigl/issues/1669) for more details. + + ---- -- GitLab