mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-28 02:14:33 +02:00
Remove calls to model when selected text changes
This commit is contained in:
parent
2e6f424e0a
commit
9fbdff152e
1 changed files with 0 additions and 4 deletions
|
|
@ -224,10 +224,6 @@ def __init__(self, parent, modelcls=BooksModel, use_edit_metadata_dialog=True):
|
|||
if tweaks['selected_cell_highlight_css']:
|
||||
self.setStyleSheet(tweaks['selected_cell_highlight_css'])
|
||||
|
||||
def currentChanged(self, current, previous):
|
||||
self.model().set_current_cell(current)
|
||||
QTableView.currentChanged(self, current, previous)
|
||||
|
||||
# Column Header Context Menu {{{
|
||||
def column_header_context_handler(self, action=None, column=None):
|
||||
if not action or not column:
|
||||
|
|
|
|||
Loading…
Reference in a new issue