IDE: fix a variable name

git-svn-id: trunk@42553 -
This commit is contained in:
juha 2013-09-02 09:57:47 +00:00
parent 8f62e09780
commit 6c48f0f732

View File

@ -312,7 +312,7 @@ begin
FEffectiveFilter := edOptionsFilter.Text;
FEffectiveShowModified := cbShowModified.Checked;
{$IFDEF AllOptsFocusFilter}
if not not FInitialRender then
if FRenderedOnce then
FocusControl(edOptionsFilter);
{$ENDIF}
finally