dvb.matt
24.08.2003, 21:42
:!: in addition to 081.2 (not worth to be an extra fix..)
fix: X081.2 crashes while opening cut dialog,
if a preview for the leading files is not supported.
X.java
internal class COLLECTION
method getExpectedSize(), line ~2881
public void getExpectedSize() {
//DM24082003+ add fix 081.2a
if (previewList.size()==0){
pointscount.setText(""+comBox[14].getItemCount());
return;
}
//DM24082003-
long newSize[] = new long[comBox[14].getItemCount()];
...
fix: X081.2 crashes while opening cut dialog,
if a preview for the leading files is not supported.
X.java
internal class COLLECTION
method getExpectedSize(), line ~2881
public void getExpectedSize() {
//DM24082003+ add fix 081.2a
if (previewList.size()==0){
pointscount.setText(""+comBox[14].getItemCount());
return;
}
//DM24082003-
long newSize[] = new long[comBox[14].getItemCount()];
...