Skip to content

Commit

Permalink
wxGUI refactoring: New WorkspaceManager class (#1437)
Browse files Browse the repository at this point in the history
  • Loading branch information
lindakladivova committed Apr 10, 2021
1 parent 02dfe6f commit a6d7682
Show file tree
Hide file tree
Showing 9 changed files with 525 additions and 502 deletions.
3 changes: 3 additions & 0 deletions gui/wxpython/core/giface.py
Expand Up @@ -239,6 +239,9 @@ def __init__(self):
# Signal emitted to request updating of map
self.updateMap = Signal('StandaloneGrassInterface.updateMap')

# Signal emitted when workspace is changed
self.workspaceChanged = Signal('StandaloneGrassInterface.workspaceChanged')

# workaround, standalone grass interface should be moved to sep. file
from core.gconsole import GConsole, \
EVT_CMD_OUTPUT, EVT_CMD_PROGRESS
Expand Down

0 comments on commit a6d7682

Please sign in to comment.