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