Skip to content

Commit

Permalink
fix minor bug
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobuzzi committed Aug 27, 2018
1 parent e18340c commit 90cd869
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified lastVM.uvm
Binary file not shown.
2 changes: 2 additions & 0 deletions sources/uml/UMLModelBrowser.cls
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ deployClassesToDolphin

self hasSelectedModel ifFalse: [^self].

SessionManager current isRuntime ifTrue: [^MessageBox notify: 'Deploy to Dolphin only works in Development mode !!!!!!'].

progressDialog := ProgressDialog create: 'No cancel view'.
progressDialog view caption: 'Creating Dolphin Classes...'.
progressDialog operation: [:progress |
Expand Down

0 comments on commit 90cd869

Please sign in to comment.