summaryrefslogtreecommitdiffstats
path: root/src/progs/ingenuity/LoadSubpatchWindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/progs/ingenuity/LoadSubpatchWindow.h')
-rw-r--r--src/progs/ingenuity/LoadSubpatchWindow.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/progs/ingenuity/LoadSubpatchWindow.h b/src/progs/ingenuity/LoadSubpatchWindow.h
index 2ec37432..c4696628 100644
--- a/src/progs/ingenuity/LoadSubpatchWindow.h
+++ b/src/progs/ingenuity/LoadSubpatchWindow.h
@@ -41,7 +41,7 @@ public:
void patch_controller(PatchController* pc);
- void set_next_module_location(int x, int y)
+ void set_next_module_location(double x, double y)
{ m_new_module_x = x; m_new_module_y = y; }
protected:
@@ -58,8 +58,8 @@ private:
PatchController* m_patch_controller;
- int m_new_module_x;
- int m_new_module_y;
+ double m_new_module_x;
+ double m_new_module_y;
Gtk::RadioButton* m_name_from_file_radio;
Gtk::RadioButton* m_name_from_user_radio;