Fixed displaying of image with non first CLUT; Removed restoring focus for TIMs list after CLUT changing.

This commit is contained in:
meffi@lab313.ru
2014-04-10 12:01:14 +00:00
parent 0cf451dc17
commit a249cc5f89
3 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
<MainSource>tim2view.dpr</MainSource>
<Base>True</Base>
<Config Condition="'$(Config)'==''">Release</Config>
<Platform Condition="'$(Platform)'==''">Win64</Platform>
<Platform Condition="'$(Platform)'==''">Win32</Platform>
<TargetedPlatforms>3</TargetedPlatforms>
<AppType>Application</AppType>
</PropertyGroup>

Binary file not shown.

View File

@@ -748,7 +748,7 @@ object frmMain: TfrmMain
DropDownCount = 16
ParentDoubleBuffered = False
TabOrder = 3
OnCloseUp = actReturnFocusExecute
OnChange = cbbCLUTChange
end
end
end