corewall / corelyzer

The Corelyzer Core Visualization Tool
http://corewall.org
13 stars 6 forks source link

fix: safe pre-selected menus in the trim box #15

Closed daoane closed 3 years ago

daoane commented 4 years ago

closes #11

2nd attempt, because I missed that the text menus actually are treated as boolean(!) in the code and testing during scientific production isn't optimal; now the problem is amended:

The trim dialogue was preset on "selected and deeper sections". This is not safe, because the user expects to work with the selection. Thus, "selected section only" should be the default and "selected and deeper sections" an option that is actively chosen by the user. This fix changes the order that "selected section only" is default.