Kaydet (Commit) 2e84d5ed authored tarafından Tomaž Vajngerl's avatar Tomaž Vajngerl Kaydeden (comit) Miklos Vajna

android: Don't show canvas elements by default

Change-Id: I32372660c78a0fa253fdfaf94b15ae823c4eb5ac
üst 6448e860
......@@ -7,7 +7,7 @@ import android.graphics.Canvas;
*/
public abstract class CommonCanvasElement implements CanvasElement {
private boolean mVisible = true;
private boolean mVisible = false;
@Override
public boolean isVisible() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment