Changeset 247 for cpp/frams/genetics/fF/oper_fF.cpp
- Timestamp:
- 11/07/14 17:51:01 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/fF/oper_fF.cpp
r197 r247 89 89 90 90 ///Applying some colors and font styles... 91 u nsigned longGenoOper_fF::style(const char *g, int pos)91 uint32_t GenoOper_fF::style(const char *g, int pos) 92 92 { 93 93 char ch = g[pos]; 94 u nsigned longstyle = GENSTYLE_CS(0, GENSTYLE_INVALID); //default, should be changed below94 uint32_t style = GENSTYLE_CS(0, GENSTYLE_INVALID); //default, should be changed below 95 95 if (strchr("-.e 0123456789", ch) != NULL) 96 96 style = GENSTYLE_CS(GENCOLOR_NUMBER, GENSTYLE_NONE);
Note: See TracChangeset
for help on using the changeset viewer.