mirror of
https://github.com/dgis/emu48android
synced 2024-12-26 09:58:49 +01:00
* Fix the Overlapping windows not refreshed correctly at the very start (new file).
This commit is contained in:
parent
7860e68d5c
commit
095004a469
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ import static org.emulator.calculator.MainScreenView.drawPixelBorder;
|
||||||
public class LCDOverlappingView extends View {
|
public class LCDOverlappingView extends View {
|
||||||
|
|
||||||
protected static final String TAG = "LCDOverlappingView";
|
protected static final String TAG = "LCDOverlappingView";
|
||||||
protected final boolean debug = true;
|
protected final boolean debug = false;
|
||||||
|
|
||||||
private SharedPreferences sharedPreferences;
|
private SharedPreferences sharedPreferences;
|
||||||
private Paint paint = new Paint();
|
private Paint paint = new Paint();
|
||||||
|
|
|
@ -37,7 +37,7 @@ import java.util.Set;
|
||||||
public class MainScreenView extends PanAndScaleView {
|
public class MainScreenView extends PanAndScaleView {
|
||||||
|
|
||||||
protected static final String TAG = "MainScreenView";
|
protected static final String TAG = "MainScreenView";
|
||||||
protected final boolean debug = true;
|
protected final boolean debug = false;
|
||||||
|
|
||||||
private Paint paintFullCalc = new Paint();
|
private Paint paintFullCalc = new Paint();
|
||||||
private Paint paintLCD = new Paint();
|
private Paint paintLCD = new Paint();
|
||||||
|
|
Loading…
Reference in a new issue