mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
Prevent activating cards in hand when flicking up at bottom of Dev menu
This commit is contained in:
@@ -71,6 +71,11 @@ public abstract class FDropDown extends FScrollPane {
|
||||
return true; //prevent objects behind drop down handling long press
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean flick(float x, float y) {
|
||||
return true; //prevent objects behind drop down handling flick
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setVisible(boolean visible0) {
|
||||
if (isVisible() == visible0) { return; }
|
||||
|
||||
Reference in New Issue
Block a user