mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-27 22:40:41 -05:00
Enable closing of filepath window using the ImGUI controls (closes #485)
This commit is contained in:
@@ -39,6 +39,7 @@ void GuiFilePathComponent::render() {
|
||||
|
||||
bool v = _isEnabled;
|
||||
ImGui::Begin("File Path", &v);
|
||||
_isEnabled = v;
|
||||
_isCollapsed = ImGui::IsWindowCollapsed();
|
||||
|
||||
ImGui::Text(
|
||||
|
||||
Reference in New Issue
Block a user