Re: RFR: 6972078: Can not select single directory with GTKLookAndFeel [v6]

2022-11-24 Thread Patrick Chen
On Tue, 8 Nov 2022 07:06:27 GMT, Abhishek Kumar wrote: >> While using a JFileChooser with the file selection mode >> FILES_AND_DIRECTORIES and multiSelection enabled, it is impossible to select >> a single directory in GTK LAF. >> >> The condition check has been modified when multiselection is

Re: RFR: 6972078: Can not select single directory with GTKLookAndFeel [v6]

2022-11-10 Thread Prasanta Sadhukhan
On Tue, 8 Nov 2022 07:06:27 GMT, Abhishek Kumar wrote: >> While using a JFileChooser with the file selection mode >> FILES_AND_DIRECTORIES and multiSelection enabled, it is impossible to select >> a single directory in GTK LAF. >> >> The condition check has been modified when multiselection is

Re: RFR: 6972078: Can not select single directory with GTKLookAndFeel [v6]

2022-11-10 Thread Tejesh R
On Tue, 8 Nov 2022 07:06:27 GMT, Abhishek Kumar wrote: >> While using a JFileChooser with the file selection mode >> FILES_AND_DIRECTORIES and multiSelection enabled, it is impossible to select >> a single directory in GTK LAF. >> >> The condition check has been modified when multiselection is

Re: RFR: 6972078: Can not select single directory with GTKLookAndFeel [v6]

2022-11-07 Thread Abhishek Kumar
> While using a JFileChooser with the file selection mode FILES_AND_DIRECTORIES > and multiSelection enabled, it is impossible to select a single directory in > GTK LAF. > > The condition check has been modified when multiselection is enabled and user > has selected single directory. > After th