Merge pull request #1806 from millmanorama/IG-bug-fixes

show correct error in DrawableUIBase
This commit is contained in:
Richard Cordovano 2016-01-08 16:56:28 -05:00
commit d067bb41e6

View File

@ -151,7 +151,7 @@ abstract public class DrawableUIBase extends AnchorPane implements DrawableView
&& exception.getMessage().contains("Java heap space")) {
showErrorNode(Bundle.DrawableUIBase_errorLabel_OOMText(), file);
} else {
showErrorNode(Bundle.DrawableUIBase_errorLabel_OOMText(), file);
showErrorNode(Bundle.DrawableUIBase_errorLabel_text(), file);
}
synchronized (DrawableUIBase.this) {
imageTask = null;