Strange tab order in Edit / Prefences / Display

Started by eumagga0x2a, July 31, 2016, 09:26:22 PM

Previous topic - Next topic

eumagga0x2a

I wonder where the tab order of the elements of the "Display" tab under "Edit" / "Preferences" originates from. The current tab order:


    "Display" tab label
         Ã¢â€ â€œ
"Video display" combo
  ↓
  |  /→-> Horizontal deblocking
  |  ↑     Ã¢â€ â€œ
  |  |    Vertical deblocking
  |  ↑     Ã¢â€ â€œ
  |  |    Deringing
  |  ↑     Ã¢â€ â€œ
  |  |   "Strength" spinbox - ---→\
  |  ↑                            |
  |   \←-----------------------←\ ↓
  ↓                             Ã¢â€ â€˜ |
  \→---> Enable openGl support  | ↓
                  ↓             Ã¢â€ â€˜ |
         Limit Refresh Rate ----/ ↓
      /←-------------------------←/
      ↓
      \→---> "Refresh Rate Cap" spinbox →\
                                         |
                                         Ã¢â€ â€œ
                                       Cancel --> OK


It should be IMHO consistently from top to bottom.

The elements are defined in avidemux/common/ADM_commonUI/DIA_prefs.cpp, is that all?

eumagga0x2a

A workaround has been accepted for the git master (thanks!). I'll still try to look for a head-on solution somewhere in avidemux/qt4/ADM_UIs/src/T_dialogFactory.cpp(?) later.