prefect4742
prefect4742
I run micro remotely over ssh in a tmux session. It seems that all mouse input (click, scroll, mark) is blocked on some rows or character positions. For example, I...
I use a CombinedChart and set min and max zoom like this: mChart.setScaleXEnabled(true); mChart.getViewPortHandler().setMaximumScaleX(Constants.MAX_ZOOM); mChart.getViewPortHandler().setMinimumScaleX(Constants.MIN_ZOOM); When I pinch zoom, and reach the max zoom value, my chart "jumps" a bit...
Two separate issues but they are related. I have classes that are nodes in a tree and I would like to be able to send in a registered entity as...