Changeset 54ddb59 in mainline for uspace/app/nav/nav.c


Ignore:
Timestamp:
2022-06-20T13:10:08Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
52214a2
Parents:
453f9645
git-author:
Jiri Svoboda <jiri@…> (2022-06-19 18:09:49)
git-committer:
Jiri Svoboda <jiri@…> (2022-06-20 13:10:08)
Message:

Base navigator panel on UI file list

Free scrollbar!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/nav/nav.c

    r453f9645 r54ddb59  
    11/*
    2  * Copyright (c) 2021 Jiri Svoboda
     2 * Copyright (c) 2022 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    4040#include <str.h>
    4141#include <ui/fixed.h>
     42#include <ui/filelist.h>
    4243#include <ui/resource.h>
    4344#include <ui/ui.h>
     
    314315
    315316        panel = navigator_get_active_panel(navigator);
    316         panel_open(panel, panel->cursor);
     317        ui_file_list_open(panel->flist, ui_file_list_get_cursor(panel->flist));
    317318}
    318319
Note: See TracChangeset for help on using the changeset viewer.