Commit 64429099 authored by Roman Sedaikin's avatar Roman Sedaikin

Fixed crashes on Windows

parent dc01e6b6
......@@ -20,9 +20,4 @@ open class SkiaWindow : JFrame() {
fun display() {
layer.display()
}
override fun setVisible(value: Boolean) {
super.setVisible(value)
display()
}
}
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