MenuEditor.st
changeset 1250 644ed357b524
parent 1249 bb12f148aa96
child 1256 38ff328f119b
equal deleted inserted replaced
1249:bb12f148aa96 1250:644ed357b524
  2366 
  2366 
  2367 openModalOnMenu: aMenu
  2367 openModalOnMenu: aMenu
  2368     "build a tree from aMenu and open it modal"
  2368     "build a tree from aMenu and open it modal"
  2369 
  2369 
  2370     super openModalOnResourceSpec: aMenu
  2370     super openModalOnResourceSpec: aMenu
       
  2371 !
       
  2372 
       
  2373 postOpenWith:aBuilder
       
  2374     "reset keyboardProcessor for menuBar
       
  2375     "
       
  2376     super postOpenWith: aBuilder.
       
  2377     aBuilder keyboardProcessor menuBar:nil.
  2371 ! !
  2378 ! !
  2372 
  2379 
  2373 !MenuEditor methodsFor:'user actions'!
  2380 !MenuEditor methodsFor:'user actions'!
  2374 
  2381 
  2375 accept
  2382 accept