зеркало из https://github.com/mozilla/pjs.git
Corrected tab sort order
This commit is contained in:
Родитель
0394d00fd0
Коммит
ae93c445da
|
@ -744,7 +744,7 @@ int TabSort(const void *w1, const void *w2)
|
|||
return -1;
|
||||
|
||||
// Primary key is equal, Secondary key is x coordinate
|
||||
return (widget2->location.x - widget1->location.x);
|
||||
return (widget1->location.x - widget2->location.x);
|
||||
}
|
||||
|
||||
void CWizardUI::SortWidgetsForTabOrder()
|
||||
|
|
Загрузка…
Ссылка в новой задаче