jchempaint icon indicating copy to clipboard operation
jchempaint copied to clipboard

option set fit to screen should be default ON

Open rwst opened this issue 12 years ago • 0 comments

however see this code in JCPAApplet.java

    // the newly opened file should nicely fit the screen
    theJcpp.getRenderPanel().setFitToScreen(true);
    theJcpp.getRenderPanel().update(theJcpp.getRenderPanel().getGraphics());
    // ..enable zooming by removing constraint again
    theJcpp.getRenderPanel().setFitToScreen(false);

rwst avatar Nov 14 '12 08:11 rwst