Skip to content

Commit

Permalink
Merge pull request #1 from shidenggui/master
Browse files Browse the repository at this point in the history
同步主库
  • Loading branch information
keshunchen authored Sep 14, 2020
2 parents 16d5540 + 6de1bc3 commit 4a2dfa7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions easytrader/clienttrader.py
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,8 @@ def _collapse_left_menus(self):
@perf_clock
def _switch_left_menus(self, path, sleep=0.2):
self._get_left_menus_handle().get_item(path).click()
self._app.top_window().type_keys('{ESC}')
self._app.top_window().type_keys('{F5}')
self.wait(sleep)

def _switch_left_menus_by_shortcut(self, shortcut, sleep=0.5):
Expand Down

0 comments on commit 4a2dfa7

Please sign in to comment.