Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiko2k committed Jan 16, 2025
1 parent a8572ca commit d93aff6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/tauon/t_modules/t_draw.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ def rect(self, rectangle: tuple[int, int, int, int], colour: tuple[int, int, int
self.sdlrect.w = float(rectangle[2])
self.sdlrect.h = float(rectangle[3])


#if fill:
sdl3.SDL_RenderFillRect(self.renderer, self.sdlrect)
# else:
Expand Down
5 changes: 4 additions & 1 deletion src/tauon/t_modules/t_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
import socket
import subprocess
import sys

import threading
import time
import urllib.parse
Expand Down Expand Up @@ -2456,7 +2457,7 @@ def show_message(line1: str, line2: str ="", line3: str = "", mode: str = "info"
# -----------------------------------------------------
# STATE LOADING
# Loading of program data from previous run
gbc.disable()
#gbc.disable()
ggc = 2

star_path1 = user_directory / "star.p"
Expand Down Expand Up @@ -42713,6 +42714,7 @@ def drop_file(target):
while pctl.running:
# bm.get('main')
# time.sleep(100)

if k_input:

keymaps.hits.clear()
Expand Down Expand Up @@ -44302,6 +44304,7 @@ def drop_file(target):

update_layout_do()


# ALBUM GALLERY RENDERING:
# Gallery view
# C-AR
Expand Down

0 comments on commit d93aff6

Please sign in to comment.