148 |
If layer is not the layer the table is associated with do |
If layer is not the layer the table is associated with do |
149 |
nothing. If shape or layer is None also do nothing. |
nothing. If shape or layer is None also do nothing. |
150 |
""" |
""" |
|
print "LayerTableGrid.select_shape", layer, shape |
|
151 |
if layer is not None and layer.table is self.table.table \ |
if layer is not None and layer.table is self.table.table \ |
152 |
and shape is not None: |
and shape is not None: |
153 |
self.SelectRow(shape) |
self.SelectRow(shape) |