mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-12 21:00:39 +01:00
MG: fixed clicking on message view on same selection
git-svn-id: trunk@3505 -
This commit is contained in:
parent
70db5f4b81
commit
014b6325ec
@ -180,12 +180,10 @@ begin
|
||||
if Temp <> LastSelectedIndex then
|
||||
Begin
|
||||
LastSelectedIndex := Temp;
|
||||
end;
|
||||
If Assigned(OnSelectionChanged) then
|
||||
OnSelectionChanged(self);
|
||||
end;
|
||||
|
||||
end;
|
||||
|
||||
end;
|
||||
|
||||
initialization
|
||||
|
||||
Loading…
Reference in New Issue
Block a user