Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeus64 committed Nov 6, 2024
1 parent 22b23aa commit d63daa6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ visibility and growth.
Example of an App Built with Alcinoe
------------------------------------

<p align="left">
<img src="https://github.com/MagicFoundation/Alcinoe/blob/master/References/DocImages/alfmxcontrolsdemo.png?raw=true" alt="Alcinoe Firemonkey Controls Demo" />
<img src="https://github.com/MagicFoundation/Alcinoe/blob/master/References/DocImages/alfmxcontrolsdemoqrcodeplaystore.png?raw=true" alt="Alcinoe Firemonkey Controls Demo" />
</p>

<a href="https://www.youtube.com/watch?v=IJzEuZTSXDI&vq=hd2160">
<img src="https://github.com/MagicFoundation/Alcinoe/blob/master/References/DocImages/youtubekiskis.jpg?raw=true"/>
</a>
Expand Down
Binary file added References/DocImages/alfmxcontrolsdemo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions Source/Alcinoe.FMX.Objects.pas
Original file line number Diff line number Diff line change
Expand Up @@ -2828,8 +2828,10 @@ constructor TALBaseText.Create(AOwner: TComponent);
FOnElementMouseUp := nil;
FOnElementMouseEnter := nil;
FOnElementMouseLeave := nil;
FHoveredElement := TALTextElement.Empty;
FPressedElement := TALTextElement.Empty;
// No need to do this, as it was already initialized via InitInstance.
// It's a slightly expensive operation.
//FHoveredElement := TALTextElement.Empty;
//FPressedElement := TALTextElement.Empty;
//-----
fBufDrawable := ALNullDrawable;
//-----
Expand Down

0 comments on commit d63daa6

Please sign in to comment.