Alquimiaware.NuGetUnity.NuGetWindow.OnInspectorUpdate C# (CSharp) Method

OnInspectorUpdate() private method

private OnInspectorUpdate ( ) : void
return void
        private void OnInspectorUpdate()
        {
            // Needed for the progress bars to work
            // If not included, progress bar will not update
            // There's at least one in SearchTab
            Repaint();
        }