Skip to content

Commit

Permalink
Adds hotfix for UI issue in SquitBrowser in 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
codeZeilen authored Apr 28, 2020
1 parent b82e05b commit c610a94
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions SwaImageConfiguration.st
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,21 @@ Utilities setAuthorInitials: 'hpi'. "changed at end"
load.
] on: Warning do: [:e | e resume].

"Remove after bug is fixed in Squot-master --pre"
(Smalltalk at: #SquitBrowser) compile: 'refresh
Cursor wait showWhile:
[self changed: #projectList.
self changed: #projectIndex.
self loadBranchList.
self loadCommitList.
self changed: #hasProjectSelection.
self changed: #hasBranchSelection.
self changed: #hasCommitSelection.
self changed: #hasSearchTerm.
self changed: #contents.
self changed: #labelString.
self objectCacheRefreshAsync].'

"-=-=-=-=-="

(Smalltalk at: #Metacello) new
Expand Down

0 comments on commit c610a94

Please sign in to comment.