Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit 22b5c54

Browse files
committed
Fix possible crash when updating progress bar;
1 parent b93b750 commit 22b5c54

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

UnityProject/Assets/RefAnalyzer/Editor/UI/ExporterWindow.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,10 @@ void OnGUI() {
2929
OnRefreshData();
3030
}
3131
GUILayout.EndArea();
32-
UpdateProgress();
3332
}
3433

3534
void OnInspectorUpdate() {
36-
Repaint();
35+
UpdateProgress();
3736
}
3837

3938
void OnRefreshData() {

0 commit comments

Comments
 (0)