View | Details | Raw Unified | Return to bug 446805
Collapse All | Expand All

(-)System.Windows.Forms/ComboBox.cs (-1 / +5 lines)
Lines 508-515 Link Here
508
					
508
					
509
				if (value) 
509
				if (value) 
510
					DropDownListBox ();
510
					DropDownListBox ();
511
				else
511
				else {
512
					listbox_ctrl.Hide ();
512
					listbox_ctrl.Hide ();
513
#if NET_2_0
514
					OnDropDownClosed (EventArgs.Empty);
515
#endif
516
				}
513
			}
517
			}
514
		}
518
		}
515
519

Return to bug 446805