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