File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,10 @@ proc ::GeoMechanics::xml::Init { } {
1010
1111 Model::ForgetElements
1212 Model::getElements Elements.xml
13+
14+ Model::getProcesses Processes.xml
1315
16+ # Set Water to false on all conditions coming from Structural Application
1417 foreach condition [Model::GetConditions] {
1518 $condition setAttribute Water False
1619 }
@@ -22,7 +25,6 @@ proc ::GeoMechanics::xml::Init { } {
2225
2326 Model::getNodalConditions NodalConditions.xml
2427
25- Model::getProcesses Processes.xml
2628
2729 # Structural strategies and schemes filter elements by ImplementedInApplication StructuralMechanicsApplication
2830 # In order to add our elements, we need to tell the schemes to accept GeoMechanicsApplication
Original file line number Diff line number Diff line change @@ -339,6 +339,7 @@ proc apps::ActivateApp_do {app} {
339339 apps::ApplyAppPreferences $app
340340
341341
342+ # If theme is dark, set the Black images dir before the normal one, so images for dark theme are loaded first
342343 if {[gid_themes::GetCurrentTheme] eq " GiD_black" } {
343344 set gid_groups_conds::imagesdirList [lsearch -all -inline -not -exact $gid_groups_conds::imagesdirList [list [file join $dir images]]]
344345 gid_groups_conds::add_images_dir [file join $dir images Black]
You can’t perform that action at this time.
0 commit comments