mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-17 06:09:19 +00:00
*** empty log message ***
This commit is contained in:
parent
c670650680
commit
25932c7115
@ -435,13 +435,13 @@ class Separator extends JComponent {
|
||||
// XXX AWT bug work around
|
||||
// mousePressed gets called again if the cursor leaves the
|
||||
// frame. grr.
|
||||
if (!fDragging) {
|
||||
if (!fDragging) {
|
||||
hitX = aEvent.getX();
|
||||
hitY = aEvent.getY();
|
||||
fDelta = 0;
|
||||
|
||||
fDragging = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public void mouseReleased(MouseEvent aEvent) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user