Skip to content
Snippets Groups Projects
Commit e905f0e4 authored by Dirk Wilden's avatar Dirk Wilden
Browse files

fixed small bug that caused duplicate entries

git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@2837 383ad7c9-94d9-4d36-a494-682f7c89f535
parent a82b3b2b
Branches
Tags
No related merge requests found
......@@ -68,6 +68,8 @@ void OptionsWidget::showEvent ( QShowEvent * event ) {
wZoomFactorShift->setText( QString::number(OpenFlipper::Options::wheelZoomFactorShift(), 'f') );
//keyBindings
keyTree->clear();
keyTree->setColumnCount ( 2 );
QStringList headerdata;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment