[kate] [Bug 472507] Kate crashes when attempting to move "Diagnostics" button from 'Bottom of the Screen' to 'Right Side of the Screen'

2023-07-31 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=472507

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
   Version Fixed In||23.08.0

--- Comment #2 from Christoph Cullmann  ---
Fixed in master and backported to 23.08, thanks for reporting this issue.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 472507] Kate crashes when attempting to move "Diagnostics" button from 'Bottom of the Screen' to 'Right Side of the Screen'

2023-07-22 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=472507

Christoph Cullmann  changed:

   What|Removed |Added

 CC||cullm...@kde.org
 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from Christoph Cullmann  ---
The tab overlay via 

QWidget *tabForToolView(QWidget *view, KTextEditor::MainWindow *mainWindow) {
QWidget *tab = nullptr;
QMetaObject::invokeMethod(mainWindow->parent(), "tabForToolView",
Qt::DirectConnection, Q_RETURN_ARG(QWidget *, tab), Q_ARG(QWidget *, view));
return tab;
}

That is deleted on move and then we use invalid pointers.

-- 
You are receiving this mail because:
You are watching all bug changes.