Changeset 18596


Ignore:
Timestamp:
09/16/16 15:28:44 (8 years ago)
Author:
tbretz
Message:
This is the better fix (although both will work)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/gui/MainWindow.cc

    r18588 r18596  
    116116void MainWindow::on_fNoutof4Val_valueChanged(int val)
    117117{
    118     const uint32_t v[2] = { uint32_t(-1), uint32_t(val) };
     118    const int32_t v[2] = { -1, val };
    119119
    120120    if (!fInHandler)
Note: See TracChangeset for help on using the changeset viewer.