Skip to content

Commit

Permalink
Fix huge delay between pressing the button and showing the popup.
Browse files Browse the repository at this point in the history
  • Loading branch information
KrissN committed Jun 13, 2010
1 parent db3b283 commit a516f91
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/kcolorcombo2.cpp
Expand Up @@ -506,8 +506,6 @@ void KColorCombo2::newColorArray(int columnCount, int rowCount)
m_colorArray = new QColor* [columnCount];
for (int i = 0; i < columnCount; ++i)
m_colorArray[i] = new QColor[rowCount];

m_popup->relayout();
}

void KColorCombo2::setColorAt(int column, int row, const QColor &color)
Expand Down

0 comments on commit a516f91

Please sign in to comment.