-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement refresh of editors opened from object explorer
* Pass the `data_function` from the object explorer, which can retrieve new data for the object being edited, via `ToggleColumnTreeView` to `ToggleColumnDelegate`. * Add `ToggleColumnDelegate.make_data_function()` for retrieving new data for editors opened from the object explorer. * Pass the result of the above function to editors opened from the object explorer. * Add tests for new functionality.
- Loading branch information
1 parent
028e7af
commit 00b8dab
Showing
4 changed files
with
111 additions
and
9 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
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