mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-04 14:00:41 +02:00
IDE: fix a variable name
git-svn-id: trunk@42553 -
This commit is contained in:
parent
8f62e09780
commit
6c48f0f732
@ -312,7 +312,7 @@ begin
|
|||||||
FEffectiveFilter := edOptionsFilter.Text;
|
FEffectiveFilter := edOptionsFilter.Text;
|
||||||
FEffectiveShowModified := cbShowModified.Checked;
|
FEffectiveShowModified := cbShowModified.Checked;
|
||||||
{$IFDEF AllOptsFocusFilter}
|
{$IFDEF AllOptsFocusFilter}
|
||||||
if not not FInitialRender then
|
if FRenderedOnce then
|
||||||
FocusControl(edOptionsFilter);
|
FocusControl(edOptionsFilter);
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
finally
|
finally
|
||||||
|
Loading…
Reference in New Issue
Block a user