edvin / tornadofx2

TornadoFX 2.0
Apache License 2.0
156 stars 41 forks source link

Internal window overlay implementation #28

Closed SKeeneCode closed 3 years ago

SKeeneCode commented 3 years ago

Fixes #27

Replaces the implementation of the Internal Window overlay from a Canvas based implementation to a Rectangle.

This PR also replaces some java Math functions with their kotlin equivalents and fixes a camelCase name.

edvin commented 3 years ago

Nice! I've added you as a collaborator so you can merge it yourself when you're ready.

SKeeneCode commented 3 years ago

Thanks edvin, and thank you @yamert89 for approving the changes. Will merge now.