mukunku / ParquetViewer

Simple Windows desktop application for viewing & querying Apache Parquet files
GNU General Public License v3.0
754 stars 91 forks source link

Fix deselection of fields after "Select All" #17

Closed mortenf closed 3 years ago

mortenf commented 3 years ago

When having clicked on "Select All" in the field selector, deselecting a field currently does not remove remove the checkmark from "Select All", which in turn leads to all fields being loaded.

This change fixes that, so that "Select All" and subsequent deselection can still be used as a short cut, when a file has many fields and only a few fields are unwanted.