We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccabdbb commit d74f40eCopy full SHA for d74f40e
core/src/main/kotlin/cc/unitmesh/devti/sketch/ui/code/CodeHighlightSketch.kt
@@ -221,7 +221,7 @@ open class CodeHighlightSketch(
221
private fun updateRunButtonIcon() {
222
runButton?.let { button ->
223
val icon = if (isComplete) AutoDevIcons.RUN else AutoDevIcons.LOADING
224
- button.presentation.icon = icon
+ button.icon = icon
225
button.repaint()
226
}
227
0 commit comments