Hide progress bar on click

This commit is contained in:
Chandler Cox
2023-01-13 10:28:58 -06:00
parent e8c8021fd5
commit 595d2235d3

View File

@@ -640,10 +640,10 @@ namespace FlaxEditor.Modules
_outputLogButton.Clicked += () =>
{
Editor.Windows.OutputLogWin.FocusOrShow();
//_progressBar.BarColor = Style.Current.ProgressNormal;
//_progressBar.Value = 0;
//ProgressVisible = false;
//_outputLogButton.Visible = false;
_progressBar.BarColor = Style.Current.ProgressNormal;
_progressBar.Value = 0;
ProgressVisible = false;
_outputLogButton.Visible = false;
};
_progressLabel = new Label
{