trackeditor: show trackgen ssg warnings

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8444 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 9918a966173e8f4fe7ce804c79b8f3063da7e5ec
Former-commit-id: c8ab915d98200840600674f295b4a1fb2b0f00c8
This commit is contained in:
iobyte 2022-08-31 16:50:47 +00:00
parent b280cb5a79
commit b58754a5e6

View file

@ -170,6 +170,9 @@ public class TrackgenPanel extends JDialog implements Runnable
{
this.ySizeLabel.setText(ls_str);
}else if (tmp.equals("FATAL:"))
{
errorsTextArea.append(ls_str + newline);
}else if (tmp.equals("WARNING:"))
{
errorsTextArea.append(ls_str + newline);
}else