Changeset 89d62e
- Timestamp:
- 10/31/2019 10:56:08 AM (6 years ago)
- Branches:
- 2.0.x, develop, master
- Children:
- 23b3f1
- Parents:
- 00176e
- git-author:
- Calum Lind <calumlind+deluge@gmail.com> (10/31/2019 10:52:11 AM)
- git-committer:
- Calum Lind <calumlind+deluge@gmail.com> (10/31/2019 10:56:08 AM)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
deluge/ui/gtk3/filtertreeview.py
r00176e r89d62e 101 101 self.treeview.connect('button-press-event', self.on_button_press_event) 102 102 103 # colors using current theme.104 style_ctx = component.get('MainWindow').window.get_style_context()105 self.colour_background = style_ctx.get_background_color(Gtk.StateFlags.NORMAL)106 self.colour_foreground = style_ctx.get_color(Gtk.StateFlags.NORMAL)107 108 103 # filtertree menu 109 104 builder = Gtk.Builder()
Note:
See TracChangeset
for help on using the changeset viewer.