no message
This commit is contained in:
@@ -337,8 +337,8 @@ public class FileForm implements FileWindow, FormWithSplitters {
|
||||
}
|
||||
@Override
|
||||
public void ShowFirstError() {
|
||||
if (file.father.db.errors.ui_.getRowCount() > 0)
|
||||
file.father.db.errors.ui_.getControl().SelectRow(0);
|
||||
if (file.father.db.errors.getUI().getRowCount() > 0)
|
||||
file.father.db.errors.getUI().getControl().SelectRow(0);
|
||||
}
|
||||
@Override
|
||||
public void ShowCompilationOutput() {
|
||||
|
||||
Reference in New Issue
Block a user