mirror of https://gitlab.com/basile.b/dexed.git
clear message filter when messages are cleared
This commit is contained in:
parent
2f780638a4
commit
a6c8767dc0
|
@ -24,7 +24,7 @@ inherited CEMessagesWidget: TCEMessagesWidget
|
|||
Width = 759
|
||||
Align = alClient
|
||||
BorderSpacing.Around = 2
|
||||
DefaultItemHeight = 16
|
||||
DefaultItemHeight = 18
|
||||
Font.Height = -12
|
||||
Font.Name = 'Courier New'
|
||||
Font.Quality = fqProof
|
||||
|
|
|
@ -777,6 +777,7 @@ var
|
|||
msgdt: PMessageData;
|
||||
begin
|
||||
list.BeginUpdate;
|
||||
TreeFilterEdit1.Filter := '';
|
||||
if aCtxt = amcAll then
|
||||
List.Items.Clear
|
||||
else for i := List.Items.Count-1 downto 0 do
|
||||
|
|
Loading…
Reference in New Issue