Skip to content

Commit

Permalink
sytle change
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos Cordoba <ccordoba12@gmail.com>
  • Loading branch information
athompson673 and ccordoba12 authored Dec 15, 2024
1 parent f7eb373 commit ea50ce0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions spyder/plugins/debugger/widgets/main_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,8 +440,9 @@ def update_actions(self):
action = self.get_action(action_name)
action.setEnabled(pdb_prompt)

self._set_visible_control_debugger_buttons(pdb_prompt or
is_debugging)
self._set_visible_control_debugger_buttons(
pdb_prompt or is_debugging
)

rows = self.breakpoints_table.selectionModel().selectedRows()
initial_row = rows[0] if rows else None
Expand Down

0 comments on commit ea50ce0

Please sign in to comment.