GP-2147 added ability to resize views in the byteviewer by dragging inthe header bar.

This commit is contained in:
ghidragon 2023-12-11 17:06:01 -05:00
parent 2ac8d4a2ec
commit f9af85a31d
10 changed files with 714 additions and 658 deletions

View file

@ -103,4 +103,5 @@ public interface IndexedScrollable {
* @param isHorizontal true if the rotation was horizontal, false for vertical
*/
public void mouseWheelMoved(double preciseWheelRotation, boolean isHorizontal);
}