~canonical-dx-team/nux/nux.fix-702538

« back to all changes in this revision

Viewing changes to Nux/PropertyItem/RGBAProperty.cpp

  • Committer: Jay Taoko
  • Date: 2011-01-04 03:57:29 UTC
  • mfrom: (157.1.13 nux-holidays)
  • Revision ID: jay.taoko@canonical.com-20110104035729-0xh3iabo7e7dk371
* Added support to copy a texture from the current render target
* Blur, Color matrix, Exponent shaders
* Gaussian blur
* Bug fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
 
41
41
    m_ColorModel = new Button (TEXT ("RGB"), NUX_TRACKER_LOCATION);
42
42
    m_ColorModel->SetMinMaxSize (32, 14);
43
 
    m_ColorModel->SetFont (GetSysBoldFont() );
 
43
    m_ColorModel->SetFont (GetSysBoldFont () );
44
44
    m_ColorFormat = new Button (TEXT ("float"), NUX_TRACKER_LOCATION);
45
45
    m_ColorFormat->SetMinMaxSize (32, 14);
46
 
    m_ColorFormat->SetFont (GetSysBoldFont() );
 
46
    m_ColorFormat->SetFont (GetSysBoldFont () );
47
47
 
48
48
 
49
49
    PushChildBack (m_red);
199
199
        m_alpha->IsRedrawNeeded() )
200
200
    {
201
201
      t_u32 nBackground = table->PushItemBackground (GfxContext, this);
202
 
      Painter.PaintTextLineStatic (GfxContext, GetSysBoldFont() /*GetFont()*/, m_FirstColumnUsableGeometry, row->m_item->GetName(), GetItemTextColor() );
 
202
      Painter.PaintTextLineStatic (GfxContext, GetSysBoldFont() /*GetFont ()*/, m_FirstColumnUsableGeometry, row->m_item->GetName(), GetItemTextColor() );
203
203
 
204
204
      if (m_ItemGeometryVector.size() >= 2)
205
205
      {