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:
parent
e6a730ba50
commit
600c383c1e
1 changed files with 0 additions and 4 deletions
|
@ -490,10 +490,6 @@ FilterBar :: refreshPref( int key )
|
|||
}
|
||||
break;
|
||||
}
|
||||
|
||||
case Prefs :: FILTER_TEXT:
|
||||
myLineEdit->setText( myPrefs.getString( key ) );
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue