[UFO-devel] Accelerators
Status: Beta
Brought to you by:
schmidtjf
From: Andreas B. <b_...@gm...> - 2005-06-07 22:12:39
|
Hi there is a pretty huge problem with the accelerator implementation: 1. create a button "button" and assign some action to it 2. button->setText("&Foobar"); 3. button->setVisible(false); 4. press ALT+F -> the action is executed, although the button is not visible anymore. This could be fixed e.g. by using a more object oriented design for the accelerators: simply use the key events in the corresponding widgets, instead of the input map of the root widget. CU Andi |