RFR: 8310054: ScrollPane insets are incorrect
Harshitha Onkar
honkar at openjdk.org
Thu Jun 15 23:41:58 UTC 2023
On Thu, 15 Jun 2023 23:29:37 GMT, Phil Race <prr at openjdk.org> wrote:
> Oh wait, that is _SetInsets you updated here. I thought I had these calls straight but I need to look again.
@prrace That is correct. It is_SetInsets which has been changed to be called as `InvokeFunction` and _SetSpans is still being called as `InvokeFunctionLater` as per @aivanov-jdk previous fix.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/14478#issuecomment-1593849091
More information about the client-libs-dev
mailing list