mirror of
https://github.com/elementary/gala.git
synced 2025-01-09 03:26:45 +03:00
parent
9205df5bb2
commit
6dd497e98f
@ -69,9 +69,9 @@ public class Gala.Drawing.Canvas : GLib.Object, Clutter.Content {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void invalidate () {
|
public void invalidate () {
|
||||||
bitmap = null;
|
bitmap = null;
|
||||||
|
|
||||||
if (width <= 0 || height <= 0) {
|
if (width <= 0 || height <= 0) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user