~ubuntu-branches/ubuntu/trusty/gtk2-engines-oxygen/trusty

« back to all changes in this revision

Viewing changes to src/animations/oxygenwidgetstatedata.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-07-20 15:38:45 UTC
  • mfrom: (1.1.19)
  • Revision ID: package-import@ubuntu.com-20120720153845-57jzms7fq759z9lg
Tags: 1.3.0-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
            << std::endl;
96
96
        #endif
97
97
 
98
 
        if( data._target )
 
98
        if( data._target && gtk_widget_get_realized(data._target) )
99
99
        { Gtk::gtk_widget_queue_draw( data._target, &data._dirtyRect ); }
100
100
 
101
101
        return FALSE;