mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +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)
|
||||
{
|
||||
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