Doublonmousse

Results 375 comments of Doublonmousse

So the position is (0,0) when this occurs, so we can ignore it when that happens ![image](https://github.com/user-attachments/assets/7f48c2b0-ae86-4a1c-8672-c4604620cde6) Also a slew of broken accounting messages cause gtk ... Edit : this...

The best I can do is do the same thing as before if (x,y) is not close to (0,0) and if not, present then immediately close the popup. This at...

Actually, (after looking at #1246 and the PR therein), was the original bug/crash triggered upon the launch of the `connect_cancel` or because of the `set_sequence_state` part ? To me it...

The fourth selection tool selects element that intersect with the drawn path (and does not select what would be inside of the drawn shape). So circling around an annotation won't...

Yes, selection for all tools (except the fourth one) only works if the element is fully inside. There is no partial selection mode for now #155 Selection of pdf element...

There's not really a layer system or separation of selection between pdf elements and annotations (selects whatever is there regardless of type)

I think this can be refined a little bit. What I have in mind is more in line with what Microsoft Journal is doing : When an object is selected...

> this might? Yes this will work. > make the eraser tool more sensitive too Probably yes. You'd have to do modify the signature of `stroke_hitboxes_contain_coord` to only change this...

Maybe this happens because of permissions issue + the walkup function https://github.com/flxzt/rnote/blob/58087a1909b09b8f7f904e179de08956080c94fe/crates/rnote-ui/src/utils.rs#L245 (fails to find a path until only `/` is left)