[fix][log][trace] Fixed log output to actually match intended output
This commit is contained in:
parent
27df9c9a71
commit
0903ecfb05
@ -185,7 +185,7 @@ public abstract class AbstractScaleFigure extends JPanel {
|
|||||||
* Updates the figure shapes and figure size.
|
* Updates the figure shapes and figure size.
|
||||||
*/
|
*/
|
||||||
public void updateFigure() {
|
public void updateFigure() {
|
||||||
log.trace(String.format("____ Updating %s to: %g user scale, %g overall scale", this.getClass().getSimpleName(), this.getAbsoluteScale(), this.scale));
|
log.trace(String.format("____ Updating %s to: %g user scale, %g overall scale", this.getClass().getSimpleName(), this.userScale, this.scale));
|
||||||
|
|
||||||
updateSubjectDimensions();
|
updateSubjectDimensions();
|
||||||
updateCanvasSize();
|
updateCanvasSize();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user