diff options
Diffstat (limited to 'system/aqemu/patches/0006-Fixed-emulator-monitor.-BUG-ID-3432871.patch')
-rw-r--r-- | system/aqemu/patches/0006-Fixed-emulator-monitor.-BUG-ID-3432871.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/system/aqemu/patches/0006-Fixed-emulator-monitor.-BUG-ID-3432871.patch b/system/aqemu/patches/0006-Fixed-emulator-monitor.-BUG-ID-3432871.patch new file mode 100644 index 0000000000..bcfafb0a9e --- /dev/null +++ b/system/aqemu/patches/0006-Fixed-emulator-monitor.-BUG-ID-3432871.patch @@ -0,0 +1,24 @@ +From 9446cc47b96cbbe52976e8893fc50ad730fbaa9e Mon Sep 17 00:00:00 2001 +From: Andrey Rijov <rdron@users.sourceforge.net> +Date: Sun, 13 Nov 2011 11:36:13 +0400 +Subject: [PATCH 6/7] Fixed emulator monitor. (BUG ID: 3432871) + +--- + Monitor_Window.cpp | 1 + + 1 files changed, 1 insertions(+), 0 deletions(-) + +diff --git a/Monitor_Window.cpp b/Monitor_Window.cpp +index ace256c..a4b30ea 100644 +--- a/Monitor_Window.cpp ++++ b/Monitor_Window.cpp +@@ -36,6 +36,7 @@ Monitor_Window::Monitor_Window( QWidget *parent ) + + void Monitor_Window::Add_QEMU_Out( const QString &new_text ) + { ++ ui.Edit_Monitor_Out->moveCursor( QTextCursor::End ); + ui.Edit_Monitor_Out->insertPlainText( new_text ); + } + +-- +1.7.8.3 + |