*** empty log message ***
This commit is contained in:
parent
cb8e633cab
commit
16ef13bd18
@ -2947,9 +2947,8 @@ var
|
|||||||
s: string;
|
s: string;
|
||||||
Palette: TcolorMap;
|
Palette: TcolorMap;
|
||||||
begin
|
begin
|
||||||
if (Change = ctState) and (Item.Selected = true) and (Item.Index <> mainCPindex) then
|
if ((ListView.SelCount <> 0) and (Trim(ListView.Selected.Caption) <> Trim(mainCP.name))) or
|
||||||
//(ListView.SelCount <> 0) and
|
((Change = ctState) and (Item.Selected = true) and (Item.Index <> mainCPindex)) then
|
||||||
//(Trim(ListView.Selected.Caption) <> Trim(maincp.name)) then
|
|
||||||
begin
|
begin
|
||||||
assert(ListView.Selected = Item);
|
assert(ListView.Selected = Item);
|
||||||
mainCPindex := Item.Index;
|
mainCPindex := Item.Index;
|
||||||
|
Loading…
Reference in New Issue
Block a user