Changeset 770138 for molecuilder/src/Actions/Action.cpp
- Timestamp:
- Mar 26, 2010, 3:13:31 PM (15 years ago)
- Children:
- 0f7883, 71910a, abd4a1
- Parents:
- cbc639
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/Actions/Action.cpp
rcbc639 r770138 53 53 return performRedo(_state); 54 54 } 55 56 57 bool Action::isActive(){ 58 return true; 59 }
Note:
See TracChangeset
for help on using the changeset viewer.