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