This commit is contained in:
gobbo_a
2018-01-17 14:16:08 +01:00
parent 84ba6b2878
commit 8d18ec8059
18 changed files with 4638 additions and 42 deletions

View File

@@ -553,7 +553,7 @@ public class ScreenPanel extends Panel {
void manageFit(BufferedImage bi, Data data) {
Overlay[][] fo = null;
if ((showFit && showProfile)){
if ((showFit || showProfile)){
try{
fo=getFitOverlays(data);
} catch (Exception ex){