Re: Feature request: add an "Apply" button for each tab in the Properties window
M A <[email protected]>
| Newsgroups | gmane.comp.python.wxglade |
|---|---|
| Message-ID | <[email protected]> |
> On Jan 7, 2019, at 1:02 PM, Dietmar Schwertberger <[email protected]> wrote: > > On 07.01.2019 03:41, M A wrote: >> Currently for a change to a property of a control to take effect, the user has to remove focus from that field in the Properties window. I suggest adding an "Apply" button to each tab in the Properties window. Pushing this Apply button will update that property immediately. > > Properties will usually update on these events: > > 1) Enter key (except for multi-line text properties) > 2) Tab key > 3) Save / Code Generation / Preview > > For grid properties, 1 and 2 are not applicable. That's why they have an apply button. > > Apply buttons would be very clumsy... How so?