mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 03:42:01 +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;
|
||||
FEffectiveShowModified := cbShowModified.Checked;
|
||||
{$IFDEF AllOptsFocusFilter}
|
||||
if not not FInitialRender then
|
||||
if FRenderedOnce then
|
||||
FocusControl(edOptionsFilter);
|
||||
{$ENDIF}
|
||||
finally
|
||||
|
Loading…
Reference in New Issue
Block a user