You've already forked lazarus-ccr
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:
@ -259,7 +259,7 @@ const
|
||||
sCount = '.Count';
|
||||
sVisible = '.Visible';
|
||||
sItem = '.Item';
|
||||
sWidth = '.Width';
|
||||
sWidth = '_Width';
|
||||
// sTop = '.Top';
|
||||
sVersion = '.Version';
|
||||
sVersion2 = '.Version2';
|
||||
|
Reference in New Issue
Block a user