diff options
| author | Přemysl Eric Janouch <p@janouch.name> | 2022-01-07 05:30:19 +0100 | 
|---|---|---|
| committer | Přemysl Eric Janouch <p@janouch.name> | 2022-01-07 05:33:33 +0100 | 
| commit | 235af3738287696c9880b9c006e073dd07e2f406 (patch) | |
| tree | bcad87dbc2b34760d2a7c928bf96f12ecc117f2c /fiv.c | |
| parent | 06ab13797d2f8fed8507f7ba4c4b25bb05582364 (diff) | |
| download | fiv-235af3738287696c9880b9c006e073dd07e2f406.tar.gz fiv-235af3738287696c9880b9c006e073dd07e2f406.tar.xz fiv-235af3738287696c9880b9c006e073dd07e2f406.zip  | |
Handle middle mouse clicks on breadcrumbs
Also, don't act on button releases happening outside the widget.
Diffstat (limited to 'fiv.c')
| -rw-r--r-- | fiv.c | 3 | 
1 files changed, 1 insertions, 2 deletions
@@ -1431,8 +1431,7 @@ main(int argc, char *argv[])  	gtk_container_set_focus_hadjustment(GTK_CONTAINER(browser_port), NULL);  	gtk_container_set_focus_vadjustment(GTK_CONTAINER(browser_port), NULL); -	// TODO(p): As with GtkFileChooserWidget, bind C-h to filtering, -	// and mayhaps forward the rest to the sidebar, somehow. +	// TODO(p): Mayhaps forward some key presses to the sidebar, somehow.  	g.browser_sidebar = make_browser_sidebar(g.model);  	g.browser_paned = gtk_paned_new(GTK_ORIENTATION_HORIZONTAL);  | 
