mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 07:29:25 +02:00
IDE: set modified flag after resource name change. Issue #30351. Patch by Anton
git-svn-id: trunk@52674 -
This commit is contained in:
parent
26220ffce3
commit
554901a083
@ -159,6 +159,8 @@ begin
|
||||
lbResources.Selected.SubItems[LVSUBITEM_NAME] := newResName;
|
||||
// Update current name.
|
||||
FCurrentResName := newResName;
|
||||
// Resource has been changed
|
||||
FModified := True;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user