File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/kotlin/imgui/imgui/demo Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ group = 'com.github.kotlin-graphics'
1313
1414buildscript {
1515
16- ext. kotlinVersion = ' 1.2.0-rc-39 '
16+ ext. kotlinVersion = ' 1.2.0'
1717
1818 repositories {
1919 jcenter() // shadow
Original file line number Diff line number Diff line change @@ -412,7 +412,7 @@ object layout_ {
412412 /* Demonstrate a trick: you can use begin() to set yourself in the context of another window (here
413413 we are already out of your child window) */
414414 beginChild(" scrolling" )
415- scrollX = scrollX + scrollXDelta // TODO bug https://youtrack.jetbrains.com/issue/KT-21343
415+ scrollX = scrollX + scrollXDelta // TODO bug https://youtrack.jetbrains.com/issue/KT-21343 wait for 1.2.20 EAP
416416 end()
417417 }
418418 }
You can’t perform that action at this time.
0 commit comments