Ignore:
Timestamp:
06/28/20 21:59:14 (4 years ago)
Author:
Maciej Komosinski
Message:

Cosmetic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/genetics/genman.cpp

    r965 r966  
    572572        delete[] styletab;
    573573        latex += "}"; //for color (it was used at least once)
     574        if (style & GENSTYLE_INVALID) latex += "}";
    574575        if (style & GENSTYLE_BOLD) latex += "}";
    575576        if (style & GENSTYLE_ITALIC) latex += "}";
Note: See TracChangeset for help on using the changeset viewer.