[bugfix] channel order mixed
This commit is contained in:
parent
9007197786
commit
bdc85fa56a
@ -1 +1 @@
|
|||||||
4077e-dirty
|
9007-dirty
|
||||||
|
@ -2292,11 +2292,11 @@ class ChannelOrderTab(PropTab):
|
|||||||
self.ChannelOrderEEdit.setFixedSize(20, 20)
|
self.ChannelOrderEEdit.setFixedSize(20, 20)
|
||||||
# get channel order settings
|
# get channel order settings
|
||||||
zcomp = compclass.getCompPosition('Z')
|
zcomp = compclass.getCompPosition('Z')
|
||||||
ecomp = compclass.getCompPosition('E')
|
|
||||||
ncomp = compclass.getCompPosition('N')
|
ncomp = compclass.getCompPosition('N')
|
||||||
|
ecomp = compclass.getCompPosition('E')
|
||||||
self.ChannelOrderZEdit.setText("%s" % zcomp)
|
self.ChannelOrderZEdit.setText("%s" % zcomp)
|
||||||
self.ChannelOrderNEdit.setText("%s" % ecomp)
|
self.ChannelOrderNEdit.setText("%s" % ncomp)
|
||||||
self.ChannelOrderEEdit.setText("%s" % ncomp)
|
self.ChannelOrderEEdit.setText("%s" % ecomp)
|
||||||
|
|
||||||
layout = QGridLayout()
|
layout = QGridLayout()
|
||||||
layout.addWidget(ChannelOrderLabelZ, 0, 0)
|
layout.addWidget(ChannelOrderLabelZ, 0, 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user