/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to viz/linegraph.py

  • Committer: Gary van der Merwe
  • Date: 2007-09-24 09:47:47 UTC
  • mto: This revision was merged to the branch mainline in revision 289.
  • Revision ID: garyvdm@gmail.com-20070924094747-8szxksowwl3981l9
Fix a bug with the selection of a column for a broken line.

Show diffs side-by-side

added added

removed removed

Lines of Context:
216
216
                        _mark_column_as_used(columns,
217
217
                                             child_line_col_index,
218
218
                                             (rev_index + 1,))
 
219
                        
 
220
                        # Recall _line_col_search_order to reset it back to
 
221
                        # the beging.
 
222
                        col_search_order = \
 
223
                                _line_col_search_order(columns,
 
224
                                                       parent_col_index,
 
225
                                                       col_index)
219
226
                        parent_col_line_index = \
220
227
                            _find_free_column(columns,
221
228
                                              empty_column,