Files
pallectrum/electrum/gui
SomberNight 37ba7277ae qt main_window: fix visual artifact when opening (re invoice lists)
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.
2022-05-06 20:02:53 +02:00
..
2022-04-20 12:48:22 +02:00
2022-04-11 17:40:22 +02:00