#749 Internal viewer Sprite fill color is wrong sometimes: fixed

This commit is contained in:
2014-12-14 15:30:59 +01:00
parent caaee42318
commit 60f170dcda
32 changed files with 225 additions and 192 deletions
@@ -213,7 +213,7 @@ public class FileHashMap<K, V> extends AbstractMap<K, V> implements Freed {
try {
oos.close();
} catch (IOException ex) {
//ignore
// ignore
}
}
return value;
@@ -476,7 +476,7 @@ public class Helper {
}
}
} catch (IOException ex) {
//ignore
// ignore
}
}
@@ -486,7 +486,7 @@ public class Helper {
fos.write(d);
}
} catch (IOException ex) {
//ignore
// ignore
}
}
@@ -133,7 +133,7 @@ public class SerializableImage implements Serializable {
try {
ImageHelper.write(image, "png", out);
} catch (Exception ex) {
//ignore
// ignore
}
}
@@ -12,7 +12,8 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library.␍ */
* License along with this library.
*/
package com.jpexs.helpers;
import java.io.BufferedInputStream;
@@ -65,7 +66,7 @@ public class SoundPlayer {
wait();
}
} catch (InterruptedException ex) {
//Ignore
// Ignore
}
}