Kaynağa Gözat

* Fix bad condition.

tags/v0.99.beta18
Alex Foulon alxf 14 yıl önce
ebeveyn
işleme
c8031ca2a7
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      python/caca/canvas.py

+ 1
- 1
python/caca/canvas.py Dosyayı Görüntüle

@@ -65,7 +65,7 @@ class Canvas(_Canvas):
"""
_lib.caca_create_canvas.argtypes = [ctypes.c_int, ctypes.c_int]

if pointer is not None:
if pointer is None:
self._cv = _lib.caca_create_canvas(width, height)
if self._cv == 0:
raise CanvasError, "Failed to create canvas"


Yükleniyor…
İptal
Kaydet