mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 15:06:56 +07:00
[dotnet, inlays] support tooltips for block inlays
GitOrigin-RevId: 98a6d1ca7f44a01a7e5a6ab5b9121875d0c49d7e
This commit is contained in:
committed by
intellij-monorepo-bot
parent
32ac463a88
commit
7c5f6e7e55
@@ -87,7 +87,8 @@ open class BlockInlayWithPaddingRenderer(
|
||||
inlay.update()
|
||||
}
|
||||
|
||||
private var padding: Padding = Padding(0, 0, 0, 0)
|
||||
var padding: Padding = Padding(0, 0, 0, 0)
|
||||
private set
|
||||
|
||||
override fun calcHeightInPixels(inlay: Inlay<*>): Int {
|
||||
padding = paddingProvider.updateVerticalPadding(inlay, padding)
|
||||
|
||||
Reference in New Issue
Block a user