File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ void Dropdown::newTab(QString workDir) {
53
53
QPushButton* button = new QPushButton ();
54
54
widget->setContextMenuPolicy (Qt::CustomContextMenu);
55
55
button->setCheckable (true );
56
+ button->setFocusPolicy (Qt::NoFocus);
56
57
ui->stackedTabs ->addWidget (widget);
57
58
terminalButtons.insert (widget, button);
58
59
Original file line number Diff line number Diff line change 5
5
# -------------------------------------------------
6
6
7
7
QT += core gui x11extras thelib
8
- CONFIG += c++14
8
+ CONFIG += c++14 debug
9
9
LIBS += -lX11
10
10
11
11
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
@@ -14,7 +14,6 @@ TEMPLATE = app
14
14
LIBS += -ltttermwidget
15
15
16
16
blueprint {
17
- message (Configuring theTerminal to be built as blueprint )
18
17
TARGET = theterminalb
19
18
DEFINES += " BLUEPRINT"
20
19
} else {
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ TEMPLATE = subdirs
3
3
SUBDIRS += \
4
4
terminal
5
5
6
-
7
6
blueprint {
8
7
message (Configuring theTerminal to be built as blueprint )
9
8
DEFINES += " BLUEPRINT"
You can’t perform that action at this time.
0 commit comments