forked from openlp/openlp
pep8
This commit is contained in:
parent
2cb3d6b684
commit
7c1e922f10
@ -1328,7 +1328,6 @@ class ServiceManager(OpenLPMixin, RegistryMixin, QtWidgets.QWidget, Ui_ServiceMa
|
|||||||
self.toolbar.actions['theme_label'].setVisible(visible)
|
self.toolbar.actions['theme_label'].setVisible(visible)
|
||||||
self.regenerate_service_items()
|
self.regenerate_service_items()
|
||||||
|
|
||||||
|
|
||||||
def regenerate_service_items(self, changed=False):
|
def regenerate_service_items(self, changed=False):
|
||||||
"""
|
"""
|
||||||
Rebuild the service list as things have changed and a repaint is the easiest way to do this.
|
Rebuild the service list as things have changed and a repaint is the easiest way to do this.
|
||||||
|
@ -432,7 +432,6 @@ class TestLib(TestCase):
|
|||||||
expected_size_1 = QtCore.QSize(88, 88)
|
expected_size_1 = QtCore.QSize(88, 88)
|
||||||
expected_size_2 = QtCore.QSize(100, 100)
|
expected_size_2 = QtCore.QSize(100, 100)
|
||||||
|
|
||||||
|
|
||||||
# Remove the thumb so that the test actually tests if the thumb will be created. Maybe it was not deleted in the
|
# Remove the thumb so that the test actually tests if the thumb will be created. Maybe it was not deleted in the
|
||||||
# last test.
|
# last test.
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user