fix MyRenderer visibility

GitOrigin-RevId: bd26c2cf97713949ad682f98495ba9800a112765
This commit is contained in:
Vladimir Krivosheev
2025-02-14 16:06:13 +01:00
committed by intellij-monorepo-bot
parent d354c204c0
commit 2c217d2da1

View File

@@ -1,4 +1,4 @@
// Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
// Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.openapi.editor.impl;
import com.intellij.openapi.Disposable;
@@ -142,7 +142,8 @@ public final class EditorEmbeddedComponentManager {
}
}
private static class MyRenderer extends JPanel implements EditorCustomElementRenderer {
@ApiStatus.Internal
public static class MyRenderer extends JPanel implements EditorCustomElementRenderer {
private static final int UNDEFINED = -1;
final ResizePolicy resizePolicy;