mirror of
https://github.com/TomSchimansky/CustomTkinter.git
synced 2023-08-10 21:13:13 +03:00
changed transparent color value from None to "transparent", fixed type hints, added color type and value checking
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
import tkinter
|
||||
from typing import Union, Tuple
|
||||
import copy
|
||||
import re
|
||||
@ -9,7 +8,6 @@ except ImportError:
|
||||
|
||||
from .scaling_tracker import ScalingTracker
|
||||
from ..font.ctk_font import CTkFont
|
||||
from ..image.ctk_image import CTkImage
|
||||
|
||||
|
||||
class CTkScalingBaseClass():
|
||||
|
Reference in New Issue
Block a user