mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-24 13:55:51 +08:00
expand and scroll to bottom for the second console
This commit is contained in:
@@ -1891,7 +1891,7 @@
|
||||
</widget>
|
||||
<packing>
|
||||
<property name="padding">0</property>
|
||||
<property name="expand">True</property>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
</packing>
|
||||
</child>
|
||||
|
||||
@@ -96,7 +96,8 @@ let () =
|
||||
(* Scroll to the bottom line *)
|
||||
let end_iter = gui#console#buffer#end_iter in
|
||||
let end_mark = gui#console#buffer#create_mark end_iter in
|
||||
gui#console#scroll_mark_onscreen (`MARK end_mark) in
|
||||
gui#console#scroll_mark_onscreen (`MARK end_mark);
|
||||
gui#console_cp#scroll_mark_onscreen (`MARK end_mark) in
|
||||
|
||||
AC.build_handler gui ac_combo target_combo log;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user