edbee / edbee-lib

QWidget based Text Editor Component for Qt. Multi-caret, Textmate grammar and highlighting support.
Other
74 stars 25 forks source link

Clicking on line # does not take focus for Edbee #123

Closed vadi2 closed 3 years ago

vadi2 commented 3 years ago

If you click on the line # on the side, edbee will not take focus on itself as expected.

image

The practical implication of this is if the user clicks on the line number to select the line and pressed Ctrl+C, the selected line will not be copied, but something else.

vadi2 commented 3 years ago

Thanks a lot for fixing it quick! :)