FIX: Check box position

This commit is contained in:
Alexander Koblov 2010-11-05 14:28:10 +00:00
commit 75d31adb33
2 changed files with 3 additions and 0 deletions

View file

@ -1335,6 +1335,7 @@ object frmOptions: TfrmOptions
object cbbUseFrameCursor: TCheckBox
AnchorSideLeft.Control = cbbUseInvertedSelection
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = cbbUseInvertedSelection
AnchorSideBottom.Control = lblInactivePanelBrightness
Left = 147
Height = 21

View file

@ -194,7 +194,9 @@ end;
constructor TIniFileEx.Create(const AFileName: string; AEscapeLineFeeds: Boolean);
begin
{$PUSH}{$HINTS OFF}
Create(AFileName, fmOpenReadWrite);
{$POP}
end;
procedure TIniFileEx.UpdateFile;