fix context menu showing up after canceling quad rotation

This commit is contained in:
dobrykafe 2024-09-30 23:56:59 +02:00
parent 054eb37b13
commit 7564a065c2

View file

@ -2295,7 +2295,7 @@ void CEditor::DoQuad(int LayerIndex, const std::shared_ptr<CLayerQuads> &pLayer,
s_Operation = OP_SELECT;
}
else if(Ui()->MouseButton(1))
else if(Ui()->MouseButtonClicked(1))
{
if(Input()->ShiftIsPressed())
{