Browse Source

remove ';'

pull/1738/head
xiaoshen 3 years ago committed by GitHub
parent
commit
706bab1011
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      experimental/lwjgl-integration/README.md

2
experimental/lwjgl-integration/README.md

@ -31,7 +31,7 @@ val awtContainer = object : Container() {}
// call it when your custom compose app changes winodw position
fun onWindowUpdate(x: Int, y: Int, width: Int, height: Int) {
awtContainer.setBounds(x, y, width, height);
awtContainer.setBounds(x, y, width, height)
}
CompositionLocalProvider(

Loading…
Cancel
Save