From b7cb2046a408e19bc0457baf9fe3dba7a1c82cd7 Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauld.mccarthy@gmail.com>
Date: Thu, 3 Dec 2015 17:48:55 +0000
Subject: [PATCH] Melodic component grid no longer focuses label text control
 on volume change.

---
 fsl/fsleyes/controls/melodicclassificationgrid.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/fsl/fsleyes/controls/melodicclassificationgrid.py b/fsl/fsleyes/controls/melodicclassificationgrid.py
index 6d2a7fe23..2c7b13f47 100644
--- a/fsl/fsleyes/controls/melodicclassificationgrid.py
+++ b/fsl/fsleyes/controls/melodicclassificationgrid.py
@@ -348,12 +348,10 @@ class ComponentGrid(fslpanel.FSLEyesPanel):
 
         grid = self.__grid
         opts = self._displayCtx.getOpts(self.__overlay)
-        tags = grid.GetWidget(opts.volume, 1)
 
         log.debug('Overlay volume changed ({})'.format(opts.volume))
  
         grid.SetSelection(opts.volume, -1)
-        tags.FocusNewTagCtrl()
 
 
     def __labelsChanged(self, *a):
-- 
GitLab