Files
pallectrum/electrum/gui/qt
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-29 17:04:16 +02:00
2022-04-28 15:26:20 +02:00
2022-04-20 12:48:22 +02:00
2021-06-22 19:24:16 +02:00
2022-04-21 11:50:42 +02:00