mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-16 10:48:47 +00:00
bug6239: test fix
This commit is contained in:
@@ -275,7 +275,9 @@ public abstract class AbstractFilterablePanel<T> extends HorizontalPanel {
|
||||
* Removes an object and applies the search filter.
|
||||
*/
|
||||
public void remove(T object) {
|
||||
select(object, false); // clear the object that was removed from the selection
|
||||
if (all.getList().contains(object)) {
|
||||
select(object, false);
|
||||
}
|
||||
all.getList().remove(object);
|
||||
filter();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user