mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 09:17:42 +00:00
Go to page should not be enabled if there is only one page.
This commit is contained in:
parent
5e66be8cde
commit
de23b6b637
@ -909,7 +909,7 @@ public class DataResultViewerTable extends AbstractDataResultViewer {
|
||||
|
||||
pageNextButton.setEnabled(currentPage != totalPages);
|
||||
pagePrevButton.setEnabled(currentPage != 1);
|
||||
gotoPageTextField.setEnabled(true);
|
||||
gotoPageTextField.setEnabled(currentPage != totalPages);
|
||||
gotoPageTextField.setText("");
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user