RxFPC:TRxIniPropStorage - fix restore width and height property on different designtime and runtime PPI

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8939 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
alexs75
2023-10-09 07:39:41 +00:00
parent 2871daa7c1
commit 966da9ab85
3 changed files with 19 additions and 10 deletions

View File

@ -259,7 +259,7 @@ const
sCount = '.Count';
sVisible = '.Visible';
sItem = '.Item';
sWidth = '.Width';
sWidth = '_Width';
// sTop = '.Top';
sVersion = '.Version';
sVersion2 = '.Version2';