grass icon indicating copy to clipboard operation
grass copied to clipboard

wxGUI/gui_core: fix Create or edit image group dialog Select all CheckBox widget for selecting all items

Open tmszi opened this issue 3 years ago • 0 comments

Describe the bug When you check Select all CheckBox widget from Create or edit image group dialog all added raster maps aren't selected.

To Reproduce Steps to reproduce the behavior:

  1. Launch wxGUI
  2. From the menu choose Imagery -> Develop images and groups -> Create/edit group
  3. From the Create or edit image group dialog hit Add button widget and add some raster maps
  4. From Create or edit image group dialog check Select all CheckBox widget
  5. Added raster maps are not selected

or

  1. From the Create or edit image group dialog Select existing group or enter name of new group ComboBox widget choose existed image group e.g. nitrogen.
  2. From the Create or edit image group dialog hit Add button widget and add some raster maps
  3. From Create or edit image group dialog check Select all CheckBox widget
  4. Only raster maps which is currently in nitrogen group are selected

Expected behavior When you check Select all CheckBox widget from Create or edit image group dialog all added raster maps should be selected.

System description:

  • Operating System: all
  • GRASS GIS version: all

tmszi avatar Aug 06 '22 08:08 tmszi