Skip to content

Commit

Permalink
Fix stamps loaded from the stamp browser not being sent over
Browse files Browse the repository at this point in the history
  • Loading branch information
LBPHacker committed Jul 14, 2021
1 parent 3bf9ea0 commit d325d3a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tptmp/client/profile/vanilla.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1054,7 +1054,9 @@ function profile_i:handle_mouseup(px, py, button, reason)
end
self:cancel_drawing_()
elseif self.select_mode_ ~= "none" and button ~= 1 then
self.select_mode_ = "none"
if reason == MOUSEUP_REASON_MOUSEUP then
self.select_mode_ = "none"
end
end
self:update_draw_mode_()
end
Expand Down

0 comments on commit d325d3a

Please sign in to comment.