[LAU] 'Arrange' not available in Catia?
Christopher Arndt
chris at chrisarndt.de
Tue Sep 4 02:18:14 CEST 2018
Am 04.09.18 um 02:02 schrieb Jonathan E. Brickman:
> I am finding Canvas/Arrange not available in Catia, have been using
> Patchage instead. Anyone know how to get Canvas/Arrange to work in
> Catia? I am recompiling both using yaourt in in Manjaro.
There are the following lines (531f.) in 'src/share_canvasjack.py' in
the Catia/Cadence sources:
self.ui.act_canvas_arrange.setEnabled(False) # TODO, later
self.ui.act_canvas_arrange.triggered.connect(self.slot_canvasArrange)
The 'slot_canvasArrange' calls 'patchcanvas.arrange()' from
'patchcanvas.py', which just prints a debugging message.
So, no, this isn't implemented and enabling the menu action wouldn't help.
Chris
More information about the Linux-audio-user
mailing list