Remove unnecessary invalidate

develop
Robob27 2023-02-02 00:44:29 -05:00
parent dc40f7182c
commit 59db67e654
1 changed files with 0 additions and 1 deletions

@ -373,7 +373,6 @@ public:
df::global::enabler->mouse_rbut_down = 0;
}
set_state(INACTIVE);
Screen::invalidate();
} else if (input->count(df::interface_key::SELECT))
set_state(SELECTED);
else if (input->count(df::interface_key::CUSTOM_P))