QAbstractItemModel: Release Notes and Address List fiat bug fix
This commit is contained in:
@@ -23,6 +23,17 @@
|
|||||||
- Trezor: refactoring and compat with python-trezor 0.11
|
- Trezor: refactoring and compat with python-trezor 0.11
|
||||||
- Digital BitBox: support firmware v5.0.0
|
- Digital BitBox: support firmware v5.0.0
|
||||||
* fix bitcoin URI handling when app already running (#4796)
|
* fix bitcoin URI handling when app already running (#4796)
|
||||||
|
* Qt listing fixes:
|
||||||
|
- Selection by arrow keys disabled while editing e.g. label
|
||||||
|
- Enter key on unedited value does not pop up context menu
|
||||||
|
- Contacts:
|
||||||
|
- Prevent editing of OpenAlias names
|
||||||
|
- Receive:
|
||||||
|
- Icon for status of payment requests
|
||||||
|
- Disable editing of 'Description' in list, interaction
|
||||||
|
between labels and memo of invoice confusing
|
||||||
|
- Addresses:
|
||||||
|
- Fiat prices would show "No Data" incorrectly upon start
|
||||||
* Several other minor bugfixes and usability improvements.
|
* Several other minor bugfixes and usability improvements.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -247,6 +247,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError):
|
|||||||
# History tab needs updating if it used spot
|
# History tab needs updating if it used spot
|
||||||
if self.fx.history_used_spot:
|
if self.fx.history_used_spot:
|
||||||
self.history_model.refresh('fx_quotes')
|
self.history_model.refresh('fx_quotes')
|
||||||
|
self.address_list.update()
|
||||||
|
|
||||||
def toggle_tab(self, tab):
|
def toggle_tab(self, tab):
|
||||||
show = not self.config.get('show_{}_tab'.format(tab.tab_name), False)
|
show = not self.config.get('show_{}_tab'.format(tab.tab_name), False)
|
||||||
|
|||||||
Reference in New Issue
Block a user