1
0
Fork 0

Wish #304: MapWidget's center-on-aircraft button should be sticky

Thanks to Victhor Foster for the idea.
This commit is contained in:
ThorstenB 2011-04-16 10:53:09 +02:00
parent fb52b013f0
commit 0c500d4fc4

View file

@ -527,7 +527,6 @@ void MapWidget::draw(int dx, int dy)
if (_root->getBoolValue("centre-on-aircraft")) {
_projectionCenter = _aircraft;
_root->setBoolValue("centre-on-aircraft", false);
}
double julianDate = globals->get_time_params()->getJD();