mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
Merge remote-tracking branch
'origin/GP-4564-ryanmkurtz_library-search-paths--SQUASHED
This commit is contained in:
commit
c46dc5cb16
19 changed files with 466 additions and 375 deletions
|
@ -59,7 +59,7 @@ public class PathnameTablePanelTest extends AbstractDockingTest {
|
|||
public void setUp() throws Exception {
|
||||
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
|
||||
// enable edits, add to bottom, ordered
|
||||
panel = new PathnameTablePanel(tablePaths, () -> reset(), true, false, true);
|
||||
panel = new PathnameTablePanel(tablePaths, () -> reset(), true, false, true, false);
|
||||
table = panel.getTable();
|
||||
frame = new JFrame("Test");
|
||||
frame.getContentPane().add(panel);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue