mirror of https://github.com/kivy/kivy.git
Added missing import of Scale in uix/screenmanager.py
This commit is contained in:
parent
ee7fa223f7
commit
4a40c1326b
|
@ -200,7 +200,7 @@ from kivy.uix.relativelayout import RelativeLayout
|
||||||
from kivy.lang import Builder
|
from kivy.lang import Builder
|
||||||
from kivy.graphics import (RenderContext, Rectangle, Fbo,
|
from kivy.graphics import (RenderContext, Rectangle, Fbo,
|
||||||
ClearColor, ClearBuffers, BindTexture, PushMatrix,
|
ClearColor, ClearBuffers, BindTexture, PushMatrix,
|
||||||
PopMatrix, Translate, Callback)
|
PopMatrix, Translate, Callback, Scale)
|
||||||
|
|
||||||
|
|
||||||
class ScreenManagerException(Exception):
|
class ScreenManagerException(Exception):
|
||||||
|
|
Loading…
Reference in New Issue