Doublonmousse

Results 373 comments of Doublonmousse

Well, it does not seem to fix the issue on my side. So using the `maximize` command is probably causing the bug.

This works on my side now. Well it's a shame the first attempt did not work but it was worth trying at least. Putting the gtk issue link again so...

One of the main contributor from the `gaphor` project implemented in gaphor a way to restore the maximize status of the window (not on the start window but on the...

I found on that doing this ```rs appwindow.present() appwindow.maximize(); // maximize the window AFTER presenting it ``` will not trigger the bug. Somehow calling `present` before `maximize` on the window...

Should a "reset" button be added to reset these workspace to their original folder ? Seeing that the directory changed from the original workspace folder should be visible too (maybe...

Yeah on second thought the dot thing is probably not a good idea. Just a single button to reset the view back to the root folder of the workspace is...

Oh that's a neat solution. Well I'm all for it then (use the workspace button to reset the view). I don't have any disagreement left with that proposed solution.

If there is a settings to activate Windows Ink in the settings, try to activate it, it's probably your best chance to have rnote recognize the pen/tablet buttons.

A common solution to this is to draw the selection rectangle larger than the object. An example with xournal The padding is done in a way that baselines don't shift...

https://github.com/flxzt/rnote/assets/115779707/87cba4d0-50e0-48f7-aa6d-fe244ae8706c Putting selection elements on the outside, changing the size limits to be around 1/100 of the view (we don't have collisions with the 4 rectangles for resizing elements, but...