Sunflower icon indicating copy to clipboard operation
Sunflower copied to clipboard

Double clicking column header resize bar performs double click on whatever is selected in files pane.

Open RobotCaleb opened this issue 6 years ago • 3 comments

RobotCaleb avatar Nov 30 '17 20:11 RobotCaleb

Thanks for reporting this issue.

MeanEYE avatar Dec 03 '17 12:12 MeanEYE

Probably 'row-activated' signal should be used for double click (or single click if that option is enabled in preferences) actions, as it doesn't fire when clicking on header and would simplify _handle_button_press function.

joshas avatar Oct 10 '20 10:10 joshas

Our custom handler on mouse up/down is there because of the more complex behaviors Sunflower provides, like drag selecting and deselecting. However we should handle double-click on header independently.

MeanEYE avatar Oct 12 '20 15:10 MeanEYE