mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-03 12:23:39 +00:00
rv accidental debug that was commited
This commit is contained in:
parent
7dbb80ec5c
commit
98f6f6f9a7
@ -137,7 +137,6 @@ void mouse_handler_base::mouse_press(const SDL_MouseButtonEvent& event, const bo
|
|||||||
dragging_started_ = false;
|
dragging_started_ = false;
|
||||||
cursor::set_dragging(false);
|
cursor::set_dragging(false);
|
||||||
if (right_click_before_menu(event.x, event.y, browse)) {
|
if (right_click_before_menu(event.x, event.y, browse)) {
|
||||||
LOG_STREAM(warn, display) << "RMB context menu...\n";
|
|
||||||
gui().draw(); // redraw highlight (and maybe some more)
|
gui().draw(); // redraw highlight (and maybe some more)
|
||||||
const theme::menu* const m = gui().get_theme().context_menu();
|
const theme::menu* const m = gui().get_theme().context_menu();
|
||||||
if (m != NULL)
|
if (m != NULL)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user