зеркало из https://github.com/mozilla/gecko-dev.git
*** empty log message ***
This commit is contained in:
Родитель
c670650680
Коммит
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) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче