Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 33cdec7

Browse files
authored
Merge pull request #165 from BobHanson/master
JSlider too-persistent labels
2 parents d102d1c + 126478b commit 33cdec7

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20200206154055
1+
20200206160631
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20200206154055
1+
20200206160631
Binary file not shown.

sources/net.sf.j2s.java.core/src/swingjs/plaf/JSSliderUI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ public void setSlider() {
438438
left = 28;
439439
}
440440
DOMNode.setTopLeftAbsolute(labelNode, top, left);
441-
addClass(labelNode, ".jslider-label");
441+
addClass(labelNode, "jslider-label");
442442
domNode.insertBefore(labelNode, sliderTrack);
443443
}
444444

0 commit comments

Comments
 (0)