]> sigrok.org Git - pulseview.git/blobdiff - pv/view/viewitempaintparams.cpp
ViewItem: Moved bg_colour_state into ViewItemPaintParams
[pulseview.git] / pv / view / viewitempaintparams.cpp
index 1727bd5ae761a11b35e567b61c77510674ac878b..5a0b815af67d20d8ed11f0f6cacacf06736ce5b3 100644 (file)
@@ -14,8 +14,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <cassert>
@@ -33,7 +32,8 @@ ViewItemPaintParams::ViewItemPaintParams(
        const QRect &rect, double scale, const pv::util::Timestamp& offset) :
        rect_(rect),
        scale_(scale),
-       offset_(offset)
+       offset_(offset),
+       bg_colour_state_(false)
 {
        assert(scale > 0.0);
 }