summaryrefslogtreecommitdiff
path: root/office/texmaker/focus.patch
diff options
context:
space:
mode:
authorLarry Hajali <larryhaja[at]gmail[dot]com>2010-04-14 21:02:29 -0400
committerDavid Somero <xgizzmo@slackbuilds.org>2010-05-15 10:38:02 +0200
commit2cb1b7b3250fce7b074d51cef7797a084764dd67 (patch)
tree09596df3b25db10226bf2cf0e9ec3abfc6f3876d /office/texmaker/focus.patch
parent9bae09be5939de825b0659afbbf6eec5ab177b86 (diff)
downloadslackbuilds-2cb1b7b3250fce7b074d51cef7797a084764dd67.tar.gz
office/texmaker: Updated for version 1.9.9.
Diffstat (limited to 'office/texmaker/focus.patch')
-rw-r--r--office/texmaker/focus.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/office/texmaker/focus.patch b/office/texmaker/focus.patch
deleted file mode 100644
index dfbafc0d8f..0000000000
--- a/office/texmaker/focus.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- texmaker-1.9/texmaker.cpp.orig 2009-05-21 12:56:32.047389802 -0300
-+++ texmaker-1.9/texmaker.cpp 2009-05-21 12:56:33.936554284 -0300
-@@ -402,6 +402,8 @@
- CentralLayout->setMargin(0);
- CentralLayout->addWidget(centralToolBar);
- EditorView=new QTabWidget(centralFrame);
-+EditorView->setFocusPolicy(Qt::ClickFocus);
-+EditorView->setFocus();
- EditorView->setTabsClosable(true);
- connect(EditorView, SIGNAL( currentChanged( int ) ), this, SLOT(UpdateCaption()) );
- CentralLayout->addWidget(EditorView);