Skip to content

Commit

Permalink
Fix rows getting squeezed too tightly under 2023.3
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelLipski committed Dec 9, 2023
1 parent 6ba3ca9 commit 076ea51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## v4.1.1
- Fixed: visual regression since 2023.3: branches and commits were squeezed too tightly vertically

## v4.1.0
- Added: support for IntelliJ 2023.3.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,9 @@ public EnhancedGraphTable(Project project) {
subscribeToGitRepositoryFilesChanges();
subscribeToSelectedGitRepositoryChange();
subscribeToMacheteFileChange();

// This is necessary since 2023.3, see https://github.com/VirtusLab/git-machete-intellij-plugin/issues/1784
getRowHeight();
}

/**
Expand Down

0 comments on commit 076ea51

Please sign in to comment.