Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prevent maximize when mouse double clicked #25

Open
wants to merge 27 commits into
base: experimental
Choose a base branch
from
Open

Conversation

joehy
Copy link

@joehy joehy commented Apr 4, 2021

mouse

@goxr3plus
Copy link
Owner

@joehy

Hello so basically this pull request is merging master branch into the experimental branch ?

@@ -289,7 +290,11 @@ protected void setMoveControl(final Node node) {
} else {
//--------------------------Check here for Transparent Window--------------------------
//Rectangle2D wholeScreen = Screen.getScreensForRectangle(m.getScreenX(), m.getScreenY(), 1, 1).get(0).getBounds()
Rectangle2D screen = Screen.getScreensForRectangle(m.getScreenX(), m.getScreenY(), 1, 1).get(0).getVisualBounds();
ObservableList<Screen> screens = Screen.getScreensForRectangle(m.getScreenX(), m.getScreenY(), 1, 1);
if (screens.isEmpty()) {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a great one i haven't noticed this case :)

@goxr3plus
Copy link
Owner

Is this pull request finished or it is work in progress?

I haven't seen the fix for double mouse click on the changed code :)

@goxr3plus
Copy link
Owner

Having a look again today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants