[Designer] does not works export function when is in RTL.
This commit is contained in:
dheeyi william
2017-04-13 11:32:17 -04:00
parent a7018c55e6
commit 8a9f0e5d7b

View File

@@ -388,7 +388,13 @@ Ext.onReady(function(){
exportImportProcessObjects('export');
}
}
]
],
listeners: {
"click": function (obj, e)
{
obj.showMenu();
}
}
};
exportProcessOption = granularExportProcessOption;
} else {