mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 03:29:50 +00:00
Add evil comment about treeview slowness with multiple selection mode
This commit is contained in:
parent
c7e3c56305
commit
2f96b18869
1 changed files with 5 additions and 0 deletions
|
@ -853,6 +853,11 @@ class Window (object):
|
||||||
feature.attach (self)
|
feature.attach (self)
|
||||||
self.features.append (feature)
|
self.features.append (feature)
|
||||||
|
|
||||||
|
# FIXME: With multiple selection mode, browsing the list with key
|
||||||
|
# up/down slows to a crawl! WTF is wrong with this stupid widget???
|
||||||
|
## sel = self.log_view.get_selection ()
|
||||||
|
## sel.set_mode (gtk.SELECTION_MULTIPLE)
|
||||||
|
|
||||||
def detach (self):
|
def detach (self):
|
||||||
|
|
||||||
self.window_state.detach ()
|
self.window_state.detach ()
|
||||||
|
|
Loading…
Reference in a new issue