mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-16 03:30:50 +08:00
Followup / fix for rev 768: Ensure snippet menu doesn't contain a deleted file any longer.
This commit is contained in:
@ -5877,6 +5877,7 @@ begin
|
|||||||
// Refresh list with snippets
|
// Refresh list with snippets
|
||||||
mayChange := True; // Unused; satisfies callee parameter collection which is probably dictated by tabset.
|
mayChange := True; // Unused; satisfies callee parameter collection which is probably dictated by tabset.
|
||||||
tabsetQueryHelpersChange( Sender, tabsetQueryHelpers.TabIndex, mayChange );
|
tabsetQueryHelpersChange( Sender, tabsetQueryHelpers.TabIndex, mayChange );
|
||||||
|
FillPopupQueryLoad;
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
begin
|
begin
|
||||||
|
Reference in New Issue
Block a user