Temporary disable 2012-05-13T13:33:33Z!koraq@xs4all.nl.
the_new_lipk discovered an issue when trying to remove and addon caused by this commit. Needs more investigation but I don't have time at the moment. So restore its previous behaviour and look for a proper fix later.
This commit is contained in:
parent
a849f6c7a4
commit
0b3648fe28
1 changed files with 1 additions and 1 deletions
|
@ -628,7 +628,7 @@ const twidget* tgrid::find(const std::string& id,
|
|||
bool tgrid::has_widget(const twidget* widget) const
|
||||
{
|
||||
foreach(const tchild& child, children_) {
|
||||
if(child.widget()->has_widget(widget)) {
|
||||
if(child.widget() == /*->has_widget*/(widget)) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue