vib2810/factory_inventory

Form display size and scale not set when searching from tables

Opened this issue · 0 comments

Directly f.Show() is done from the tables (not Global.background.show_form(f)). Hence the sizes and scaling isnt set.
Fix:
Set scaling and sizing of forms of tables before showing (like in the show_form function)