ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/gde/GCE/EditAction.pm
(Generate patch)

Comparing deliantra/gde/GCE/EditAction.pm (file contents):
Revision 1.41 by elmex, Mon Jun 5 09:23:29 2006 UTC vs.
Revision 1.42 by elmex, Thu Jun 29 09:45:17 2006 UTC

27 27
28sub tool_widget { if ($_[1]) { $_[0]->{widget} = $_[1] } $_[0]->{widget} } 28sub tool_widget { if ($_[1]) { $_[0]->{widget} = $_[1] } $_[0]->{widget} }
29sub init { } 29sub init { }
30 30
31sub want_cursor { 1 } 31sub want_cursor { 1 }
32
33sub only_on_click { 0 }
32 34
33sub special_arrow { } 35sub special_arrow { }
34 36
35# edits one tile of the map 37# edits one tile of the map
36sub edit_one { 38sub edit_one {
122our @ISA = qw/GCE::EditAction::RadioModed/; 124our @ISA = qw/GCE::EditAction::RadioModed/;
123 125
124sub name { 'pick' } 126sub name { 'pick' }
125 127
126sub want_cursor { 0 } 128sub want_cursor { 0 }
129
130sub only_on_click { 1 }
127 131
128sub special_arrow { 'GDK_HAND2' } 132sub special_arrow { 'GDK_HAND2' }
129 133
130sub init { 134sub init {
131 my ($self) = @_; 135 my ($self) = @_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines