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

Issue#534 scene composer panels scrolls with mouse movements #546

Conversation

neph1
Copy link
Contributor

@neph1 neph1 commented Nov 15, 2023

Getting back into the game.

Fixes #534

@@ -910,42 +933,30 @@ private void transformationTypeComboBoxActionPerformed(java.awt.event.ActionEven
toolController.setTransformationType(transformationTypeComboBox.getItemAt(transformationTypeComboBox.getSelectedIndex()));
}//GEN-LAST:event_transformationTypeComboBoxActionPerformed

private void jSlider1StateChanged(javax.swing.event.ChangeEvent evt) {//GEN-FIRST:event_jSlider1StateChanged
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This section confused me for a while, until I realized it was just Netbeans that had decided to shuffle things around

@neph1 neph1 merged commit 8b07fc8 into jMonkeyEngine:master Nov 19, 2023
1 check passed
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.

SceneComposer panels scrolls with mouse movements on Windows 10
2 participants