fix choice project
This commit is contained in:
parent
75eb05bd1a
commit
46c83022c9
|
@ -122,7 +122,7 @@ Project* ProjectList::GetCurrentProject_() {
|
|||
if (!result) {
|
||||
result = &p;
|
||||
} else {
|
||||
if (*result > p) {
|
||||
if (*result < p) {
|
||||
result = &p;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue