(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
1 changed files with 0 additions and 4 deletions

View File

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