Files
wxWidgets/tests
Vadim Zeitlin 92b6a55fd6 Fix returning duplicates from Get{Row,Col}Selection()
The "unique" rows/columns arrays used in the implementation of these
functions were not unique at all, as we happily added duplicates of the
existing items into them. Fix this by checking that a row/column is not
already present before adding it.

Add a (previously failing) unit test checking that this works correctly
with overlapping selected blocks.
2020-05-26 16:32:05 +02:00
..
2018-09-22 14:44:07 +02:00
2020-05-02 17:02:36 +02:00
2018-09-22 14:44:07 +02:00
2018-07-29 12:08:53 +02:00
2019-09-19 00:39:59 +02:00
2018-07-29 12:08:53 +02:00
2019-08-25 12:32:51 +02:00
2018-09-22 14:44:07 +02:00
2018-09-22 14:44:07 +02:00
2018-07-29 12:08:53 +02:00
2015-03-19 21:46:05 +01:00
2020-05-02 17:02:36 +02:00
2020-05-02 17:02:36 +02:00
2020-05-02 17:02:36 +02:00
2020-05-02 17:02:36 +02:00
2020-03-24 00:01:15 +01:00
2020-05-14 23:50:29 +02:00