mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
Set view selection mode to BROWSE
This commit is contained in:
parent
e0be989987
commit
61a28cff12
1 changed files with 2 additions and 2 deletions
|
@ -1026,8 +1026,8 @@ class Window (object):
|
||||||
|
|
||||||
# FIXME: With multiple selection mode, browsing the list with key
|
# FIXME: With multiple selection mode, browsing the list with key
|
||||||
# up/down slows to a crawl! WTF is wrong with this stupid widget???
|
# up/down slows to a crawl! WTF is wrong with this stupid widget???
|
||||||
## sel = self.log_view.get_selection ()
|
sel = self.log_view.get_selection ()
|
||||||
## sel.set_mode (gtk.SELECTION_MULTIPLE)
|
sel.set_mode (gtk.SELECTION_BROWSE)
|
||||||
|
|
||||||
def detach (self):
|
def detach (self):
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue