Internal function to save the location of the window in the settings file :return:
(self)
| 11617 | return False |
| 11618 | |
| 11619 | def _auto_save_location(self): |
| 11620 | """ |
| 11621 | Internal function to save the location of the window in the settings file |
| 11622 | :return: |
| 11623 | """ |
| 11624 | if self.auto_save_location: |
| 11625 | user_settings_set_entry('-LAST WINDOW LOCATION-'+self.Title, self._last_location) |
| 11626 | |
| 11627 | |
| 11628 |
no test coverage detected