Minor terminology clarification (in Source and View)

This commit is contained in:
brunoherbelin
2020-06-19 18:00:59 +02:00
parent 21b28174e9
commit b8d394954c
5 changed files with 30 additions and 34 deletions

View File

@@ -45,10 +45,10 @@ public:
// Display mode
typedef enum {
HIDDEN = 0,
NORMAL = 1,
ACTIVE = 2,
CURRENT = 3
HIDDEN = 0,
NORMAL = 1,
SELECTED = 2,
CURRENT = 3
} Mode;
Mode mode() const;
void setMode(Mode m);