← Back to team overview

widelands-dev team mailing list archive

Re: [Merge] lp:~widelands-dev/widelands/bug-1827182-sort-client-list into lp:widelands

 

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 
-- 
https://code.launchpad.net/~widelands-dev/widelands/bug-1827182-sort-client-list/+merge/366843
Your team Widelands Developers is subscribed to branch lp:~widelands-dev/widelands/bug-1827182-sort-client-list.


References