Commit de7e1808 authored by Hui Wang's avatar Hui Wang
Browse files

add FAQ in readme

parent e54fd152
......@@ -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.
----
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment