juzzlin / Heimer

Heimer is a simple cross-platform mind map, diagram, and note-taking tool written in Qt.
GNU General Public License v3.0
900 stars 114 forks source link

[Bug] Instant node creation not aligned with the grid #148

Closed l3td33r closed 3 years ago

l3td33r commented 3 years ago

The node is created exactly at the click point, while it should snap itself to the nearest/rounded grid cell.

Happens when we create node using Ctrl + Shift + F or double-click.

juzzlin commented 3 years ago

Thanks for reporting! Noticed this also myself.

juzzlin commented 3 years ago

Fixed in e6fc5d84aa47c8f6686a5d6837fbbe32b133dd81. Thanks for reporting!