mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-01-18 11:52:08 +01:00
Remove the forced combobox style causing huge performance drawback
This commit is contained in:
parent
e9220d5526
commit
2f6556dbb3
@ -5,7 +5,6 @@ ProjectionComboBox::ProjectionComboBox(QWidget *parent) : QComboBox(parent)
|
||||
{
|
||||
setSizeAdjustPolicy(AdjustToMinimumContentsLengthWithIcon);
|
||||
setSizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Fixed);
|
||||
setStyleSheet("combobox-popup: 0;");
|
||||
|
||||
int last = -1;
|
||||
QList<KV<int, QString> > projections(GCS::list() + PCS::list());
|
||||
|
Loading…
x
Reference in New Issue
Block a user