окончательное разделение таблицы и функционала видимой ее формы
This commit is contained in:
@@ -36,7 +36,7 @@ public class MessagesControlForm extends DataSetControlForm<Message> {
|
||||
@Override
|
||||
public void ShowCurrentObject() throws Exception {
|
||||
super.ShowCurrentObject();
|
||||
Global.mainModule.getFile().form.getEditor().gotoLine(((Message) dataSource.getCurrent()).line);
|
||||
Global.mainModule.getFile().form.getEditor().gotoLine(getCurrent().line);
|
||||
}
|
||||
@Override
|
||||
protected void AdditionalInitColumns() {
|
||||
|
||||
Reference in New Issue
Block a user