The Birdfont Source Code
Remove point selection when layer visibility changes
These changes was commited to the Birdfont repository Fri, 19 Jun 2015 06:30:06 +0000.
Contributing
Send patches or pull requests to johan.mattsson.m@gmail.com.
Clone this repository: git clone https://github.com/johanmattssonm/birdfont.git
Remove point selection when layer visibility changes
--- a/libbirdfont/PenTool.vala
+++ b/libbirdfont/PenTool.vala
@@ -2150,6 +2150,8 @@
*/
void move_selected_points (uint keyval) {
Path? last_path = null;
+
+ update_selected_points ();
if (!last_selected_is_handle) {
if (keyval == Key.UP) {