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"/> <OtherUnitFiles Value="bgrabitmap"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/> <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths> </SearchPaths>
<CodeGeneration>
<TargetCPU Value="i386"/>
<TargetOS Value="win32"/>
</CodeGeneration>
<Linking> <Linking>
<Options> <Options>
<Win32> <Win32>

View File

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