mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 19:05:31 +08:00
Ref T659, hide icon if read only
This commit is contained in:
committed by
Mat Sutcliffe
parent
b33fe9048a
commit
86db7f18d8
@@ -84,7 +84,7 @@ namespace BlackGui
|
|||||||
void CAirportSmallCompleter::setReadOnly(bool readOnly)
|
void CAirportSmallCompleter::setReadOnly(bool readOnly)
|
||||||
{
|
{
|
||||||
ui->le_Icao->setReadOnly(readOnly);
|
ui->le_Icao->setReadOnly(readOnly);
|
||||||
ui->pb_Dialog->setEnabled(!readOnly);
|
ui->pb_Dialog->setVisible(!readOnly);
|
||||||
}
|
}
|
||||||
|
|
||||||
void CAirportSmallCompleter::clear()
|
void CAirportSmallCompleter::clear()
|
||||||
|
|||||||
Reference in New Issue
Block a user