mirror of
https://github.com/epasveer/seer.git
synced 2026-08-31 09:30:41 +08:00
Fixed, as best I can, the minimizing of detached windows.
This commit is contained in:
@@ -34,7 +34,6 @@ SeerConsoleWidget::SeerConsoleWidget (QWidget* parent) : QWidget(parent) {
|
||||
// Setup the widgets
|
||||
setWindowIcon(QIcon(":/seer/resources/seergdb_64x64.png"));
|
||||
setWindowTitle("Seer Console");
|
||||
setWindowFlags(Qt::Window | Qt::WindowMinimizeButtonHint | Qt::WindowMaximizeButtonHint);
|
||||
|
||||
textEdit->setReadOnly(true);
|
||||
textEdit->setTextInteractionFlags(textEdit->textInteractionFlags() | Qt::TextSelectableByKeyboard); // Show cursor
|
||||
|
||||
Reference in New Issue
Block a user