mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
repaint caret on visual attributes change (for IDEA-164079)
This commit is contained in:
@@ -1409,6 +1409,7 @@ public class CaretImpl extends UserDataHolderBase implements Caret, Dumpable {
|
||||
@Override
|
||||
public void setVisualAttributes(@NotNull CaretVisualAttributes attributes) {
|
||||
putUserData(VISUAL_ATTRIBUTES_KEY, attributes == CaretVisualAttributes.DEFAULT ? null : attributes);
|
||||
requestRepaint(myCaretInfo);
|
||||
}
|
||||
|
||||
@NotNull
|
||||
|
||||
Reference in New Issue
Block a user