Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: colorpicker move on input (#656)
* Add copy code function to Color Picker Signed-off-by: leewyatt <leewyatt7788@gmail.com> * Modify to not return null and Fix #503 Signed-off-by: leewyatt <leewyatt7788@gmail.com> * Add licenses and tests Signed-off-by: leewyatt <leewyatt7788@gmail.com> * update licenses Signed-off-by: leewyatt <leewyatt7788@gmail.com> * Remove extra blank lines, remove null Signed-off-by: leewyatt <leewyatt7788@gmail.com> * Update to JUnit 5 API * Prevent ColorPicker area from moving on mouse scroll and keyboard inputs: The area was previously shifting due to ScrollPane default behaviors. * Remove extraneous whitespace line * Refactored code placement and added comments as per review feedback. * Update kit/src/main/java/com/oracle/javafx/scenebuilder/kit/util/control/paintpicker/colorpicker/ColorPicker.java Co-authored-by: José Pereda <jperedadnr@gmail.com> * updated copyright --------- Signed-off-by: leewyatt <leewyatt7788@gmail.com> Co-authored-by: Almas Baimagambetov <almaslvl@gmail.com> Co-authored-by: José Pereda <jperedadnr@gmail.com>
- Loading branch information