StructureHelper: UI fix

This commit is contained in:
NickAppLab
2022-08-08 15:50:58 +05:00
parent efa7de7617
commit 75b00e7603
8 changed files with 142 additions and 184 deletions

View File

@@ -250,7 +250,10 @@ namespace StructureHelper.Windows.MainWindow
{
var primitive = Primitives.FirstOrDefault(x => x.ParamsPanelVisibilty);
if (primitive != null && primitive.PopupCanBeClosed)
{
primitive.ParamsPanelVisibilty = false;
primitive.ParameterCaptured = false;
}
});