show only filename in macro editor tab rather than full path, fixes issue #4063
This commit is contained in:
@@ -329,6 +329,7 @@ void DlgMacroExecuteImp::on_editButton_clicked()
|
||||
edit->open(file);
|
||||
edit->resize(400, 300);
|
||||
getMainWindow()->addWindow(edit);
|
||||
edit->setWindowTitle(item->text(0));
|
||||
|
||||
if (mitem->systemWide) {
|
||||
editor->setReadOnly(true);
|
||||
|
||||
Reference in New Issue
Block a user