mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 01:50:56 +07:00
fix MyRenderer visibility
GitOrigin-RevId: bd26c2cf97713949ad682f98495ba9800a112765
This commit is contained in:
committed by
intellij-monorepo-bot
parent
d354c204c0
commit
2c217d2da1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user