mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
[python] PY-63760 Jupyter: Code beautifications and fixed gray rectangles during resize. #PY-61562 Fixed
GitOrigin-RevId: 4402980f7d1f2579ac30608521084ebf2f4d1ccd
This commit is contained in:
committed by
intellij-monorepo-bot
parent
fa240217a4
commit
8701358137
@@ -24,12 +24,10 @@ import javax.swing.JComponent
|
||||
import javax.swing.JLabel
|
||||
import javax.swing.JPanel
|
||||
|
||||
internal class CollapsingComponent(
|
||||
internal val editor: EditorImpl,
|
||||
child: JComponent,
|
||||
internal val resizable: Boolean,
|
||||
private val collapsedTextSupplier: () -> @NlsSafe String,
|
||||
) : JPanel(null) {
|
||||
internal class CollapsingComponent(internal val editor: EditorImpl,
|
||||
child: JComponent,
|
||||
internal val resizable: Boolean,
|
||||
private val collapsedTextSupplier: () -> @NlsSafe String) : JPanel(null) {
|
||||
private var customHeight: Int = -1
|
||||
|
||||
private val resizeController by lazy {
|
||||
|
||||
Reference in New Issue
Block a user