mirror of
https://github.com/DYefremov/DemonEditor.git
synced 2026-01-15 12:03:15 +01:00
fix display of cas
This commit is contained in:
@@ -1472,7 +1472,7 @@ class Application(Gtk.Application):
|
||||
if not cas:
|
||||
return
|
||||
cvs = list(filter(lambda val: val.startswith("C:") and len(val) > 3, cas.split(",")))
|
||||
self._cas_label.set_text(",".join(map(str, sorted(set(CAS.get(v[:4].upper(), def_val) for v in cvs)))))
|
||||
self._cas_label.set_text(", ".join(map(str, sorted(set(CAS.get(v[:4].upper(), def_val) for v in cvs)))))
|
||||
|
||||
def on_bouquets_selection(self, model, path, column):
|
||||
self.reset_view_sort_indication(self._fav_view)
|
||||
|
||||
@@ -1888,7 +1888,7 @@ Author: Dmitriy Yefremov
|
||||
<signal name="key-press-event" handler="on_tree_view_key_press" swapped="no"/>
|
||||
<signal name="key-release-event" handler="on_tree_view_key_release" swapped="no"/>
|
||||
<signal name="query-tooltip" handler="on_services_view_query_tooltip" swapped="no"/>
|
||||
<signal name="row-activated" handler="on_services_selection" object="services_list_store" swapped="no"/>
|
||||
<signal name="row-activated" handler="on_services_selection" object="services_model_sort" swapped="no"/>
|
||||
<child internal-child="selection">
|
||||
<object class="GtkTreeSelection" id="services_selection">
|
||||
<property name="mode">multiple</property>
|
||||
|
||||
Reference in New Issue
Block a user