subsurface/commands
Berthold Stoeger 3c786e35c3 undo: fix annoying warning message when deleting pictures
The RemovePictures command filters the pictures provided by the
UI: only actually existing pictures are removed. The code was
buggy: the original list was copied and then the filtered list
was added. Thus, every picture was listed twice leading to
annoying warning messages. Remove the copy.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
2020-12-19 20:19:51 +01:00
..
CMakeLists.txt
command.cpp
command.h
command_base.cpp
command_base.h
command_device.cpp
command_device.h
command_divelist.cpp desktop: use getDiveSelection to access selected dives 2020-12-12 15:52:40 -08:00
command_divelist.h
command_divesite.cpp
command_divesite.h
command_edit.cpp core: keep tank infos in a dynamic table 2020-12-13 11:49:59 -08:00
command_edit.h
command_edit_trip.cpp
command_edit_trip.h
command_event.cpp
command_event.h
command_filter.cpp
command_filter.h
command_pictures.cpp undo: fix annoying warning message when deleting pictures 2020-12-19 20:19:51 +01:00
command_pictures.h