reverting malicious change

This commit is contained in:
konstin 2014-05-14 20:05:29 +02:00
parent 1e91b9813f
commit 9d2a075289

View File

@ -109,7 +109,7 @@ GPInfoDialog::GPInfoDialog(const std::string& gp_ident) :
m_screenshot_widget->m_x = m_area.getWidth()/2-20;
m_screenshot_widget->m_y = y1;
m_screenshot_widget->m_w = m_area.getWidth()/2-20;
m_screenshot_widget->m_w = m_area.getWidth()/2;
m_screenshot_widget->m_h = y2 - y1 - 10;
Track* track = (tracks.size() == 0 ? NULL : track_manager->getTrack(tracks[0]));