Code review comment for lp:~azzar1/unity/filters-fixes

Revision history for this message
Tim Penhey (thumper) wrote :

The only change is to make the FilterWidget inherit from nux::View, then the FilterExpanderLabel inherits from FilterWidget. This will remove the multiple inheritance, and the need for the dynamic_cast in the factory method.

review: Needs Fixing

« Back to merge proposal