Steps to reproduce 1) Open Korg-Mobile 2) Choose a calender with events in this week 3) Open week view 4) Open actions flap 5) Choose View and click on "Set Color Of Calendar" No dialog is opened and the week view is flickering now.
Git commit 29a9ef40167f94579d9f32c29a37076e140ffd4e by Tobias Koenig. Committed on 08/02/11 at 12:54. Pushed by tokoe into branch 'komo3'. Add color dialog replacement for WinCE On WinCE we can't use the KColorDialog because QTableWidget has not been ported to WinCE yet. So we use a simplified dialog that offers a KColorCombo to choose from a preselected set of colors. BUG: 264503 M +50 -3 mobile/calendar/mainview.cpp http://commits.kde.org/kdepim/29a9ef40167f94579d9f32c29a37076e140ffd4e
Dialog is shown now