Code review comment for lp:~widelands-dev/widelands/bug-1827182-sort-client-list

Revision history for this message
Klaus Halfmann (klaus-halfmann) wrote :

I think this is a better fix:

 bool has_focus() const {
  return (get_can_focus() && parent_->focus_ == this);
 }

That can_ / has_focus handling is a bit different then I had expected, well

Works find for me now

« Back to merge proposal