Commit c8e69785 authored by Igor Demin's avatar Igor Demin Committed by Igor Demin

Refactor fallbackToNextApi

redrawImmediately is more right choice here, we don't need to repaint entire window
parent d11ee272
......@@ -248,6 +248,6 @@ open class SkiaLayer(
redrawer?.dispose()
contextHandler = createContextHandler(this, renderApi)
redrawer = platformOperations.createRedrawer(this, renderApi, properties)
repaint()
redrawer!!.redrawImmediately()
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment