Bug
- Fixed bug that caused dependencies to be sorted by UUID, although they are shown as IDs. - Updated unit test to accomodate new comma-less formatting of dependencies.
This commit is contained in:
@@ -96,7 +96,6 @@ std::string ViewText::render ()
|
||||
// Determine minimal, ideal column widths.
|
||||
std::vector <int> minimal;
|
||||
std::vector <int> ideal;
|
||||
|
||||
for (int col = 0; col < _columns.size (); ++col)
|
||||
{
|
||||
// Headers factor in to width calculations.
|
||||
|
||||
Reference in New Issue
Block a user