partial fix for #312859; reviewed by sarri.

This commit is contained in:
clu%netscape.com 1998-08-21 03:04:57 +00:00
Родитель d69ea1fb89
Коммит 9fb842c9d6
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -430,6 +430,7 @@ void CColorPopup::FinishCreateSelf()
mEditView = (CEditView *)superview->FindPaneByID( CEditView::pane_ID );
mDoSetLastPickedPreference = false;
SetTicksBeforeDisplayingPopup( 1 ); //display popup instantaneously
// need to Finish FinishCreateSelf to get menus set for retrieval
super::FinishCreateSelf();