Skip to content
Snippets Groups Projects
  1. Nov 08, 2021
  2. Nov 07, 2021
  3. Nov 06, 2021
  4. Nov 05, 2021
  5. Nov 04, 2021
  6. Nov 03, 2021
  7. Nov 02, 2021
  8. Nov 01, 2021
    • Lyndon Brown's avatar
      svg: fix default outside of valid range · 94fb7feb
      Lyndon Brown authored and Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf committed
      caused options to always be adjusted to value of 1 when saving prefs.
      94fb7feb
    • Lyndon Brown's avatar
      visual: fix bad option default · fb842279
      Lyndon Brown authored and Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf committed
      "flat" is not in the choice list and is meaningless to the module, not
      matching any of its known presets. it is thus equivalent to a default of
      "none". (see `window_get_param()` in `modules/visualization/visual/window.c`
      which describes this as falling back to "using rectangular window (i.e. no
      window)").
      
      it is a reasonable assumption that the author meant the default to be the
      `"flattop"` choice, and just made a mistake here, however this is not
      certain and the preference expressed in review was to preserve the existing
      behaviour by switching to "none".
      fb842279
Loading