This commit is contained in:
talisman%anamorphic.com 1999-01-10 22:14:13 +00:00
Родитель c670650680
Коммит 25932c7115
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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) {