Mercurial > hg > svcore
comparison base/View.cpp @ 146:f90fad823cea
* Add Recent Files menu
* (Untested attempt to) avoid hang when exporting sparse models to XML
author | Chris Cannam |
---|---|
date | Fri, 28 Jul 2006 11:09:36 +0000 |
parents | 4f26f623a8bc |
children |
comparison
equal
deleted
inserted
replaced
145:82f529a08cf3 | 146:f90fad823cea |
---|---|
676 if (x1 < x0) x1 = x0; | 676 if (x1 < x0) x1 = x0; |
677 | 677 |
678 checkProgress(obj); | 678 checkProgress(obj); |
679 | 679 |
680 update(); | 680 update(); |
681 //!! update(x0, 0, x1 - x0 + 1, height()); | 681 //!!! update(x0, 0, x1 - x0 + 1, height()); |
682 } | 682 } |
683 | 683 |
684 void | 684 void |
685 View::modelCompletionChanged() | 685 View::modelCompletionChanged() |
686 { | 686 { |