Skip to content

Commit 9ee4b12

Browse files
authored
Merge pull request #23 from whellcome/1.2-dev
v-1.2 fix
2 parents 3a6823a + a01eef5 commit 9ee4b12

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

code/export-msaccess-sql.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,9 @@ def param_prepare(self, pack_params, func="grid"):
2828
if "sticky" in united_pack_params:
2929
united_pack_params["anchor"] = united_pack_params.pop("sticky")
3030
united_pack_params.update(pack_params)
31-
print(united_pack_params)
3231
return united_pack_params
3332

34-
def rgrid(self, obj=None, render_params=None):
33+
def rgrid(self, obj:tk.Tk, render_params=None):
3534
"""
3635
Perform element creation and rendering in one command. Without creating a variable unnecessarily.
3736
Combines general parameters for the arrangement of elements and parameters for a specific element.

0 commit comments

Comments
 (0)