Support 3 drag vs. select options, and unifiy with other drag prefs.

Fixes https://gitlab.com/kicad/code/kicad/issues/5493
This commit is contained in:
Jeff Young
2021-01-11 11:50:14 +00:00
parent 7134ff2da6
commit 6c648df4c6
17 changed files with 435 additions and 199 deletions
+2 -1
View File
@@ -58,7 +58,6 @@ public:
int auto_pan_acceleration;
bool center_on_zoom;
bool immediate_actions;
bool prefer_select_to_drag;
bool warp_mouse_on_move;
bool horizontal_pan;
@@ -70,6 +69,7 @@ public:
int scroll_modifier_pan_h;
int scroll_modifier_pan_v;
int drag_left;
int drag_middle;
int drag_right;
};
@@ -105,6 +105,7 @@ public:
private:
bool migrateSchema0to1();
bool migrateSchema1to2();
public:
APPEARANCE m_Appearance;