From fbd5c81b0bfd93fc5d87ca4cb92d90b4d605ff82 Mon Sep 17 00:00:00 2001 From: Maarten Vanraes Date: Sun, 6 Dec 2015 08:53:13 +0100 Subject: Do not delete YDumbTab child (YReplacePoint) --- lib/ManaTools/Shared/GUI/ExtTab.pm | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/ManaTools/Shared/GUI') diff --git a/lib/ManaTools/Shared/GUI/ExtTab.pm b/lib/ManaTools/Shared/GUI/ExtTab.pm index 4232d7e1..d90f793f 100644 --- a/lib/ManaTools/Shared/GUI/ExtTab.pm +++ b/lib/ManaTools/Shared/GUI/ExtTab.pm @@ -407,9 +407,6 @@ sub finishedItems { # remove all Items before adding $self->tab->deleteAllItems(); - # remove all children - $self->tab->deleteChildren(); - # add items from collection $self->tab->addItems($self->itemcollection); -- cgit v1.2.1