← Back to team overview

ubuntukylin-members team mailing list archive

[Bug 1331366] [NEW] unity主界面置顶时双击日期无法弹出cnote(当日计划)

 

Public bug reported:

unity中chinese-calender在主界面置顶时双击日期无法弹出cnote(当日计划)

 解决方法:cnote的构造函数中 setWindowFlags(Qt::FramelessWindowHint); 改为
                             setWindowFlags(Qt::ToolTip | Qt::FramelessWindowHint);

** Affects: chinese-calendar
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Kylin Members, which is subscribed to Chinese-calendar.
https://bugs.launchpad.net/bugs/1331366

Title:
  unity主界面置顶时双击日期无法弹出cnote(当日计划)

Status in Chinese calendar:
  New

Bug description:
  unity中chinese-calender在主界面置顶时双击日期无法弹出cnote(当日计划)

   解决方法:cnote的构造函数中 setWindowFlags(Qt::FramelessWindowHint); 改为
                               setWindowFlags(Qt::ToolTip | Qt::FramelessWindowHint);

To manage notifications about this bug go to:
https://bugs.launchpad.net/chinese-calendar/+bug/1331366/+subscriptions


Follow ups

References