Files
pallectrum/electrum
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-05-04 01:53:21 +02:00
2021-04-30 19:43:53 +02:00
2022-04-29 17:04:16 +02:00
2022-04-11 17:40:22 +02:00
2021-03-21 00:36:23 -04:00
2021-04-08 19:49:43 +02:00
2022-04-11 17:40:22 +02:00
2022-04-20 12:48:22 +02:00
2021-09-24 17:36:33 +02:00
2021-03-21 00:36:23 -04:00
2022-04-27 10:06:05 +02:00
2021-07-15 14:52:25 +00:00
2021-07-16 11:27:36 +02:00
2021-03-21 00:36:23 -04:00
2021-03-21 00:36:23 -04:00
2022-04-11 17:40:22 +02:00
2021-05-06 19:47:22 +09:00
2021-06-22 19:24:16 +02:00
2022-04-20 12:48:22 +02:00
2022-03-24 15:59:14 +01:00