Martijn Laan
|
7947ac3ab4
Make use of Delphi's built-in BidiMode property and related functions such as IsRightToLeft and DrawTextBiDiModeFlags, instead of setting the styles ourselves. Is less code (because of Delphi's ParentBidiMode support) and works better because this way Delphi itself knows about RTL, for example when it's drawing something itself.
|
4 days ago |
Martijn Laan
|
3ce479ec6b
Update comment.
|
1 year ago |
Martijn Laan
|
90f9181127
Need to call UpdateExplicitBounds here too. Fixes [akRight, akBottom] controls such as DirBrowseButton which are moved/resized at run time, then moved again when WizardSizePercent is used, but then moved back by VCL when FlipControls does the Anchors update.
|
6 years ago |
Martijn Laan
|
1140911d9f
Add Anchors support.
|
6 years ago |
Martijn Laan
|
238b774962
Added files
|
14 years ago |