mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-11 00:28:18 +02:00
FPReport designer: Fix adding report variables on some widgetsets. Issue #38140.
git-svn-id: trunk@64753 -
This commit is contained in:
parent
ca2323fd5e
commit
64d868d252
@ -364,7 +364,9 @@ begin
|
||||
// This can raise an exception. Catch it, and restore old name
|
||||
try
|
||||
FCurrentVariable.Name:=EName.Text;
|
||||
LBVariables.Sorted:=False;
|
||||
LBVariables.Items[FCurrentIndex]:=FCurrentVariable.Name;
|
||||
LBVariables.Sorted:=True;
|
||||
except
|
||||
On E : Exception do
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user