Browse Source
InvoiceList.update() calls hide_if_empty(), which calls setVisible(). setVisible(True) should not be called before the widget is properly parented and put into a layout, as that results in a blank window flashing up (appearing and disappearing) briefly.patch-4
SomberNight
3 years ago
3 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue