On Thu, 2 Nov 2023 19:49:52 GMT, Thiago Milczarek Sayao <tsa...@openjdk.org> wrote:
> Observed that the window manager takes care of showing and hiding children > because we set `gtk_window_set_transient_for`. > > Works since Ubuntu 16.04. > > This PR removes the code to show or hide children because it "duplicates" the > operation and might lead to unknown bugs. This pull request has now been integrated. Changeset: c6783b1d Author: Thiago Milczarek Sayao <tsa...@openjdk.org> URL: https://git.openjdk.org/jfx/commit/c6783b1d8626c883d157b567460cfe4972a963e2 Stats: 31 lines in 4 files changed: 0 ins; 31 del; 0 mod 8319341: [Linux] Remove operation to show or hide children because it is unnecessary Reviewed-by: kcr, lkostyra ------------- PR: https://git.openjdk.org/jfx/pull/1279