MCPcopy Index your code
hub / github.com/rawpython/remi / remove_box_shadow_selected_widget

Method remove_box_shadow_selected_widget

editor/editor.py:1123–1125  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1121 f.write(code)
1122
1123 def remove_box_shadow_selected_widget(self):
1124 if 'box-shadow' in self.selectedWidget.style.keys():
1125 del self.selectedWidget.style['box-shadow']
1126
1127 def menu_cut_selection_clicked(self, widget):
1128 if self.selectedWidget == self.project:

Callers 2

on_widget_selectionMethod · 0.95
menu_save_clickedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected