Commit 5cdf59d6 authored by sumpfralle's avatar sumpfralle

improve responsiveness of grid adjustment controls


git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@539 bbaffbd6-741e-11dd-a85d-61de82d9cad9
parent 0e85bcfe
......@@ -347,8 +347,10 @@ class ProjectGui:
"SupportGridPositionManualShiftControl")
self.grid_adjustment_value_control.connect("move-slider",
self.update_support_grid_manual_adjust)
self.grid_adjustment_value_control.connect("change-value",
self.grid_adjustment_value_control.connect("value-changed",
self.update_support_grid_manual_adjust)
self.gui.get_object("SupportGridPositionManualShiftControl2").connect(
"value-changed", self.update_support_grid_manual_adjust)
def get_set_grid_adjustment_value(value=None):
if self.grid_adjustment_axis_x.get_active():
adjustments = self.grid_adjustments_x
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment