Auto-select last used tool when user cancels build action, only for roads now
This commit is contained in:
@@ -623,6 +623,7 @@ int VideoDriver_SDL::PollEvent()
|
||||
// Two-finger click - hacky way to determine if the right mouse button is already pressed without processing the left button event
|
||||
// Cancel whatewer action we were doing, to allow two finger scrolling
|
||||
ResetObjectToPlace();
|
||||
SelectLastTool();
|
||||
}
|
||||
#endif
|
||||
} else if (ev.button.button == SDL_BUTTON_RIGHT) {
|
||||
|
||||
Reference in New Issue
Block a user