mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Remove newlines, or just write a first chapter book
> Why empty first line? It is like opening book that starts with 2nd chapter 🙂
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
88959b2c54
commit
aa1a3928d3
1 changed files with 0 additions and 2 deletions
|
|
@ -72,7 +72,6 @@ class ProductTypesQtModel(QtGui.QStandardItemModel):
|
|||
self.refreshed.emit()
|
||||
|
||||
def reset_product_types_filter(self):
|
||||
|
||||
project_name = self._controller.get_selected_project_name()
|
||||
product_types_filter = (
|
||||
self._controller.get_product_types_filter(project_name)
|
||||
|
|
@ -183,7 +182,6 @@ class ProductTypesView(QtWidgets.QListView):
|
|||
super().showEvent(event)
|
||||
|
||||
def _on_refresh_finished(self):
|
||||
|
||||
# Apply product types filter on first show
|
||||
if self._refresh_product_types_filter:
|
||||
self._product_types_model.reset_product_types_filter()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue