Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Konsole
Commits
74764db4
Commit
74764db4
authored
Jul 28, 2020
by
Martin Rys
Browse files
Unminimize Konsole when --new-tab is called
parent
999f6e37
Changes
1
Show whitespace changes
Inline
Side-by-side
src/Application.cpp
View file @
74764db4
...
@@ -260,6 +260,7 @@ int Application::newInstance()
...
@@ -260,6 +260,7 @@ int Application::newInstance()
if
(
createdNewMainWindow
)
{
if
(
createdNewMainWindow
)
{
finalizeNewMainWindow
(
window
);
finalizeNewMainWindow
(
window
);
}
else
{
}
else
{
window
->
setWindowState
(
window
->
windowState
()
&
~
Qt
::
WindowMinimized
|
Qt
::
WindowActive
);
window
->
show
();
window
->
show
();
window
->
activateWindow
();
window
->
activateWindow
();
}
}
...
...
Martin Rys
@czerornthreej
mentioned in commit
c78d50fb
·
Jul 28, 2020
mentioned in commit
c78d50fb
mentioned in commit c78d50fbac64c17ea8aba5e738cc8c06387463e2
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment