Enable closing of filepath window using the ImGUI controls (closes #485)

This commit is contained in:
Alexander Bock
2018-02-06 10:25:29 -05:00
parent ccce1bcacb
commit 7b611abfe0
@@ -39,6 +39,7 @@ void GuiFilePathComponent::render() {
bool v = _isEnabled;
ImGui::Begin("File Path", &v);
_isEnabled = v;
_isCollapsed = ImGui::IsWindowCollapsed();
ImGui::Text(