|
@@ -86,8 +86,7 @@ class GCPDisplayToolbar(BaseToolbar):
|
|
|
# add tool to toggle active map window
|
|
|
self.togglemapid = wx.NewId()
|
|
|
self.togglemap = wx.Choice(parent = self, id = self.togglemapid,
|
|
|
- choices = [_('source'), _('target')],
|
|
|
- style = wx.CB_READONLY)
|
|
|
+ choices = [_('source'), _('target')])
|
|
|
|
|
|
self.InsertControl(10, self.togglemap)
|
|
|
|