finished disco debugging
This commit is contained in:
@@ -107,11 +107,8 @@ hdc.rectangle(cmd2_rect[0], cmd2_rect[1], cmd2_rect[2], cmd2_rect[3])
|
||||
hdc.rectangle(cmd3_rect[0], cmd3_rect[1], cmd3_rect[2], cmd3_rect[3])
|
||||
hdc.rectangle(cmd4_rect[0], cmd4_rect[1], cmd4_rect[2], cmd4_rect[3])
|
||||
|
||||
print('GOT HERE 1')
|
||||
hdc_bits.select_object(bmp_freehand)
|
||||
print('GOT HERE 2')
|
||||
hdc.bitblt(cmd1_rect[0] + 6, cmd1_rect[1] + 6, cmd1_rect[0] + 54, cmd1_rect[1] + 54, hdc_bits, 0, 0, 0)
|
||||
print('GOT HERE 3')
|
||||
|
||||
# Main message loop
|
||||
msg = {}
|
||||
|
||||
Reference in New Issue
Block a user