mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-194054 Misplaced gutter icons in folded region preview popup
This commit is contained in:
+1
-1
@@ -746,7 +746,7 @@ class EditorGutterComponentImpl extends EditorGutterComponentEx implements Mouse
|
||||
|
||||
private boolean logicalLinesMatchVisualOnes() {
|
||||
return myEditor.getSoftWrapModel().getSoftWrapsIntroducedLinesNumber() == 0 &&
|
||||
ArrayUtil.isEmpty(myEditor.getFoldingModel().fetchTopLevel());
|
||||
myEditor.getFoldingModel().getTotalNumberOfFoldedLines() == 0;
|
||||
}
|
||||
|
||||
void clearLineToGutterRenderersCache() {
|
||||
|
||||
Reference in New Issue
Block a user