mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
Ref T536, show text entry for overlay text messages and ignore button updates if invisible
Remark: Invisibe always caused the hiden group box to show grayed out buttons This approach is a bit hacky as the component actually does not know about its surrounding group box
This commit is contained in:
committed by
Mat Sutcliffe
parent
e46e89c03e
commit
8957d1d767
@@ -268,6 +268,7 @@ namespace BlackGui
|
||||
{
|
||||
ui->comp_OverlayTextMessage->setTab(tab);
|
||||
ui->comp_OverlayTextMessage->updateAtcStationsButtons();
|
||||
ui->comp_OverlayTextMessage->showTextMessageEntry(true);
|
||||
this->setModeToOverlayTextMessage();
|
||||
this->display();
|
||||
ui->comp_OverlayTextMessage->focusTextEntry();
|
||||
|
||||
Reference in New Issue
Block a user