~ttosttos/eidete/fix-1004294

« back to all changes in this revision

Viewing changes to src/Widgets/selectionarea.vala

  • Committer: Tom Beckmann
  • Date: 2012-01-14 22:32:06 UTC
  • Revision ID: tombeckmann@online.de-20120114223206-gm3biuc8acfhrs12
(probably) fixed Bug #915121

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
                public signal void geometry_changed (int x, int y, int width, int height);
96
96
                
97
97
                public void to_discrete (){
 
98
                        if (!this.is_composited ()){
 
99
                                this.destroy ();
 
100
                                return;
 
101
                        }
98
102
                        this.discrete = true;
99
103
                        this.set_keep_above (true);
100
104
                        this.queue_draw ();