Design changes
This commit is contained in:
parent
c8365ecc63
commit
d206b5e1c6
1 changed files with 1 additions and 1 deletions
|
@ -30,8 +30,8 @@ class HourListDesign (DesignEntity):
|
||||||
def __finish_image__ (self):
|
def __finish_image__ (self):
|
||||||
self.__calc_parameters__()
|
self.__calc_parameters__()
|
||||||
self.__draw_hour_rows__()
|
self.__draw_hour_rows__()
|
||||||
self.__draw_events__()
|
|
||||||
self.__draw_lines__()
|
self.__draw_lines__()
|
||||||
|
self.__draw_events__()
|
||||||
self.__draw_current_time_line__()
|
self.__draw_current_time_line__()
|
||||||
|
|
||||||
def __calc_parameters__ (self):
|
def __calc_parameters__ (self):
|
||||||
|
|
Loading…
Reference in a new issue