Skip to content

Commit 4a276d8

Browse files
Inherit fix for CDEM
1 parent 394c686 commit 4a276d8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

kratos.gid/apps/CDEM/start.tcl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,8 @@ proc ::CDEM::CustomToolbarItems { } {
7171
Kratos::ToolbarAddItem "Bulk grouping" [file join $dir images stone.png] [list -np- ::CDEM::xml::BulkGroup] [= "Plugin\nBulk grouping"]
7272
}
7373

74+
proc ::CDEM::AfterSaveModel {filespd} {
75+
::DEM::AfterSaveModel $filespd
76+
}
77+
7478
::CDEM::Init

0 commit comments

Comments
 (0)