-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix/Improve tooltips in the
ConfigureGUI
(#79)
* use the motor signal movement_finished() to update the Axis control displays * disable configuration controls while the probe drive is moving * if the status of one axis changes make the other AxisControlWidgets update * make the drive widget update its display when the configuration is changed * fix over indent * move all connected functions to MGWidget.configChanged into the _config_changed_handler() method * when _update_drive_control_widget() execute _refresh_drive_control() if the drive control widget does not have the valid MG * change default colors to be more color-blind friendly * Make sure MGWidget is seeded with a mg name if none is given, and the tooltip is accurately produced * add tooltips for the MotionBuilder gear btn * do not false invalidate drive if we are editing an existing motion group
- Loading branch information
Showing
2 changed files
with
20 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters