1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 09:37:56 +00:00

(trunk, qt) #5155 'entering text moves selection point to end' -- don't react to Prefs::FILTER_TEXT changes.

This commit is contained in:
Jordan Lee 2012-12-28 07:18:23 +00:00
parent e6a730ba50
commit 600c383c1e

View file

@ -490,10 +490,6 @@ FilterBar :: refreshPref( int key )
}
break;
}
case Prefs :: FILTER_TEXT:
myLineEdit->setText( myPrefs.getString( key ) );
break;
}
}