mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +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
|
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
|
@Override
|
||||||
public void setVisible(boolean visible0) {
|
public void setVisible(boolean visible0) {
|
||||||
if (isVisible() == visible0) { return; }
|
if (isVisible() == visible0) { return; }
|
||||||
|
|||||||
Reference in New Issue
Block a user