This commit is contained in:
Jens Schuhmann 2023-12-05 11:56:02 +01:00
parent 7ea1da3ebd
commit b3d25ed538

View File

@ -50,9 +50,9 @@ public class GrafikController extends MouseAdapter implements MouseMotionListene
public void mouseReleased(MouseEvent evt)
{
model.endShape();
if (evt.getButton() == MouseEvent.BUTTON3)
{
view.doPrint();
}
// if (evt.getButton() == MouseEvent.BUTTON3)
// {
// view.doPrint();
// }
}
}