mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
Ref T536, changed double click to use request signal, NOT own overlay. This now uses the existing frame overlay.
This commit is contained in:
committed by
Mat Sutcliffe
parent
d8a730302a
commit
c2f606089d
@@ -121,7 +121,7 @@ namespace BlackGui
|
||||
|
||||
void CCockpitComponent::mouseDoubleClickEvent(QMouseEvent *event)
|
||||
{
|
||||
if (event) { this->showOverlayInlineTextMessage(TextMessagesAll); }
|
||||
if (event) { this->requestTextMessageEntryTab(TextMessagesAll); }
|
||||
COverlayMessagesFrame::mouseDoubleClickEvent(event);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user