mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 11:10:44 +00:00
Minor fix to overview day selection
This commit is contained in:
parent
b046bb907d
commit
c17b6ff183
@ -519,6 +519,9 @@ extern MainWindow *mainwin;
|
|||||||
bool SummaryChart::mouseReleaseEvent(QMouseEvent * event)
|
bool SummaryChart::mouseReleaseEvent(QMouseEvent * event)
|
||||||
{
|
{
|
||||||
if (event->modifiers() & Qt::ShiftModifier) {
|
if (event->modifiers() & Qt::ShiftModifier) {
|
||||||
|
if (hl_day<0) {
|
||||||
|
mouseMoveEvent(event);
|
||||||
|
}
|
||||||
if (hl_day>0) {
|
if (hl_day>0) {
|
||||||
QDateTime d=QDateTime::fromTime_t(hl_day*86400).toUTC();
|
QDateTime d=QDateTime::fromTime_t(hl_day*86400).toUTC();
|
||||||
mainwin->getDaily()->LoadDate(d.date());
|
mainwin->getDaily()->LoadDate(d.date());
|
||||||
|
Loading…
Reference in New Issue
Block a user