* Fix the Overlapping windows not refreshed correctly at the very start (new file).

This commit is contained in:
dgis 2020-04-19 22:16:06 +02:00
parent 7860e68d5c
commit 095004a469
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ import static org.emulator.calculator.MainScreenView.drawPixelBorder;
public class LCDOverlappingView extends View {
protected static final String TAG = "LCDOverlappingView";
protected final boolean debug = true;
protected final boolean debug = false;
private SharedPreferences sharedPreferences;
private Paint paint = new Paint();

View file

@ -37,7 +37,7 @@ import java.util.Set;
public class MainScreenView extends PanAndScaleView {
protected static final String TAG = "MainScreenView";
protected final boolean debug = true;
protected final boolean debug = false;
private Paint paintFullCalc = new Paint();
private Paint paintLCD = new Paint();