Use QColor in ColorNode.

This commit is contained in:
Jim Evins
2013-10-17 22:47:08 -04:00
parent 27e791212d
commit e7cbf8d8a3
6 changed files with 16 additions and 192 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ namespace qtLabels
m_shadow_state = false;
m_shadow_x = 1.3;
m_shadow_y = 1.3;
m_shadow_color_node = ColorNode( Color::black() );
m_shadow_color_node = ColorNode( QColor::fromRgb(0x000000) );
m_shadow_opacity = 0.5;
m_selected_flag = false;