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

(-)src/org/eclipse/ui/forms/widgets/ExpandableComposite.java (-1 / +5 lines)
Lines 623-629 Link Here
623
							return;
623
							return;
624
						if (FormUtil.mnemonicMatch(getText(), e.character)) {
624
						if (FormUtil.mnemonicMatch(getText(), e.character)) {
625
							e.doit = false;
625
							e.doit = false;
626
							programmaticToggleState();
626
							// KN.begin Eclipse bug 202382
627
							if (!isFixedStyle()) {
628
								programmaticToggleState();
629
							}
630
							// KN.end
627
							setFocus();
631
							setFocus();
628
						}
632
						}
629
					}
633
					}

Return to bug 202382