comparison view/Pane.cpp @ 253:82d17c4d4b39

set a color and a value different when a new interval layer is loaded
author lbajardsilogic
date Thu, 12 Jun 2008 13:36:37 +0000
parents 61681a2bc1e6
children
comparison
equal deleted inserted replaced
252:3e35ed5332cb 253:82d17c4d4b39
52 m_scaleWidth(0), 52 m_scaleWidth(0),
53 m_headsUpDisplay(0), 53 m_headsUpDisplay(0),
54 m_vpan(0), 54 m_vpan(0),
55 m_hthumb(0), 55 m_hthumb(0),
56 m_vthumb(0), 56 m_vthumb(0),
57 m_reset(0) 57 m_reset(0),
58 m_intervalModulo(3)
58 { 59 {
59 setObjectName("Pane"); 60 setObjectName("Pane");
60 setMouseTracking(true); 61 setMouseTracking(true);
61 62
62 updateHeadsUpDisplay(); 63 updateHeadsUpDisplay();