Image context menu fixed.

This commit is contained in:
meffi@lab313.ru
2014-04-16 17:10:27 +00:00
parent 5af2e6c660
commit d1ff75389d
2 changed files with 1 additions and 4 deletions

View File

@@ -120,10 +120,6 @@
<OtherUnitFiles Value="bgrabitmap"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<CodeGeneration>
<TargetCPU Value="i386"/>
<TargetOS Value="win32"/>
</CodeGeneration>
<Linking>
<Options>
<Win32>

View File

@@ -775,6 +775,7 @@ object frmMain: TfrmMain
AntialiasingMode = amOff
Align = alClient
Center = True
PopupMenu = pmImage
end
end
end