On Tue, 23 Jun 2020 12:32:22 GMT, Kevin Rushforth <k...@openjdk.org> wrote:

>> modules/javafx.controls/src/main/java/javafx/scene/control/TreeTableView.java
>>  line 1856:
>> 
>>> 1855:         Callback<TreeTableView<S>, Boolean> sortPolicy = 
>>> getSortPolicy();
>>> 1856:         if (sortPolicy == null) return;
>>> 1857:         Boolean success = sortPolicy.call(this);
>> 
>> Do we need to set sortingInProgress to false before returning from here?
>
> Yes, I think so. Good catch.

Corrected in the next commit.

-------------

PR: https://git.openjdk.java.net/jfx/pull/244

Reply via email to