pascaldragon / Pas2JS_Widget

Pas2JS_Widget
43 stars 7 forks source link

+ Fixed Alignment for elements. #1

Closed seryal closed 3 years ago

seryal commented 3 years ago

Comment Line at 1877 // if not (akLeft in VControl.Anchors) then

seryal commented 3 years ago

Fixed misprint in OnMoseMove event.

seryal commented 3 years ago

Sorry. :) But PopupMenu not ready for merge with main repo. I only made changes in fork. When PopupMenu will be ready i create Pull Request.

pascaldragon commented 3 years ago

As said above you need to put your changes in a separate branch and do a Pull Request for that. Otherwise any further changes will become part of the PR as well.

seryal commented 3 years ago

Ok! On the main branch, revert to the revision for which the Pull Request applies?

pascaldragon commented 3 years ago

Probably best to reset your repository. Maybe remove your fork on GitHub and fork anew (with a new clone), but keep your local checkout as a backup so that you can still access your changes. Then you branch, apply the first change, do a PR for that and then the same for the second.

seryal commented 3 years ago

Not actual. Thanks for recomendation.