فهرست منبع

Help: Set tree view as focused widget

This allows you to use the start using the keys to navigate the
menu immediately, instead of having to click on the tree view first.
Shannon Booth 5 سال پیش
والد
کامیت
6697513d30
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      Applications/Help/main.cpp

+ 1 - 0
Applications/Help/main.cpp

@@ -158,6 +158,7 @@ int main(int argc, char* argv[])
     app.set_menubar(move(menubar));
     app.set_menubar(move(menubar));
 
 
     window->set_main_widget(widget);
     window->set_main_widget(widget);
+    window->set_focused_widget(tree_view);
     window->show();
     window->show();
 
 
     window->set_icon(load_png("/res/icons/16x16/book.png"));
     window->set_icon(load_png("/res/icons/16x16/book.png"));