зеркало из https://github.com/mozilla/pjs.git
add call to combobox for setting the frame constructor
b=28593, r=evaughan a=jar
This commit is contained in:
Родитель
0de348eef2
Коммит
6769208b97
|
@ -2974,9 +2974,7 @@ nsCSSFrameConstructor::ConstructSelectFrame(nsIPresShell* aPresShell,
|
|||
|
||||
nsIComboboxControlFrame* comboBox = nsnull;
|
||||
if (NS_SUCCEEDED(comboboxFrame->QueryInterface(kIComboboxControlFrameIID, (void**)&comboBox))) {
|
||||
|
||||
// XXX added for Rods code. -EDV
|
||||
//comboBox->SetFrameConstructor(this);
|
||||
comboBox->SetFrameConstructor(this);
|
||||
|
||||
// Create a listbox
|
||||
nsIFrame * listFrame;
|
||||
|
|
|
@ -2974,9 +2974,7 @@ nsCSSFrameConstructor::ConstructSelectFrame(nsIPresShell* aPresShell,
|
|||
|
||||
nsIComboboxControlFrame* comboBox = nsnull;
|
||||
if (NS_SUCCEEDED(comboboxFrame->QueryInterface(kIComboboxControlFrameIID, (void**)&comboBox))) {
|
||||
|
||||
// XXX added for Rods code. -EDV
|
||||
//comboBox->SetFrameConstructor(this);
|
||||
comboBox->SetFrameConstructor(this);
|
||||
|
||||
// Create a listbox
|
||||
nsIFrame * listFrame;
|
||||
|
|
Загрузка…
Ссылка в новой задаче