Ticket #2594: multiselect_mythtv_omitted_0.1.patch

File multiselect_mythtv_omitted_0.1.patch, 539 bytes (added by mythtv@…, 19 years ago)

Required change of "SetValue?()" call omitted from previous patches

  • programs/mythfrontend/globalsettings.cpp

     
    16231623        DisplayResScreen dscr(w, h, -1, -1, -1.0, 0);
    16241624        short rate = -1;
    16251625        int i = DisplayResScreen::FindBestMatch(scr, dscr, rate);
    1626         gc->setValue((i >= 0) ? i : scr.size()-1);
     1626        gc->setCurrent((i >= 0) ? i : scr.size()-1);
    16271627    }
    16281628
    16291629    return gc;