mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 17:39:16 +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
|
// This can raise an exception. Catch it, and restore old name
|
||||||
try
|
try
|
||||||
FCurrentVariable.Name:=EName.Text;
|
FCurrentVariable.Name:=EName.Text;
|
||||||
|
LBVariables.Sorted:=False;
|
||||||
LBVariables.Items[FCurrentIndex]:=FCurrentVariable.Name;
|
LBVariables.Items[FCurrentIndex]:=FCurrentVariable.Name;
|
||||||
|
LBVariables.Sorted:=True;
|
||||||
except
|
except
|
||||||
On E : Exception do
|
On E : Exception do
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user