mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 22:58:14 +02:00
Merged revision(s) 52674 #554901a083 from trunk:
IDE: set modified flag after resource name change. Issue #30351. Patch by Anton ........ git-svn-id: branches/fixes_1_6@52719 -
This commit is contained in:
parent
a6b0528610
commit
a941137d15
@ -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