author | hash <hash> | 2002-08-23 18:28:03 (UTC) |
---|---|---|
committer | hash <hash> | 2002-08-23 18:28:03 (UTC) |
commit | 4e1a0d708c7ff0b7b1c3ad15bcae933b76e1ae5e (patch) (unidiff) | |
tree | 95731dcac369953c863e93ba0df3c2e90abff7d3 | |
parent | 3e37e49a35b786e5da747d4e19e898fb7135533c (diff) | |
download | opie-4e1a0d708c7ff0b7b1c3ad15bcae933b76e1ae5e.zip opie-4e1a0d708c7ff0b7b1c3ad15bcae933b76e1ae5e.tar.gz opie-4e1a0d708c7ff0b7b1c3ad15bcae933b76e1ae5e.tar.bz2 |
oops, fixed bug in color buttons
-rw-r--r-- | inputmethods/multikey/configdlg.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/inputmethods/multikey/configdlg.cpp b/inputmethods/multikey/configdlg.cpp index 9576579..10bc611 100644 --- a/inputmethods/multikey/configdlg.cpp +++ b/inputmethods/multikey/configdlg.cpp | |||
@@ -307,3 +307,3 @@ void ConfigDlg::keyColorClicked() { | |||
307 | 307 | ||
308 | keycolor_button->setBackgroundColor(newcolor); | 308 | keycolor_button->setPalette(QPalette(newcolor)); |
309 | emit reloadKeyboard(); | 309 | emit reloadKeyboard(); |
@@ -326,3 +326,3 @@ void ConfigDlg::keyColorPressedClicked() { | |||
326 | 326 | ||
327 | keycolor_pressed_button->setBackgroundColor(newcolor); | 327 | keycolor_pressed_button->setPalette(QPalette(newcolor)); |
328 | emit reloadKeyboard(); | 328 | emit reloadKeyboard(); |
@@ -345,3 +345,3 @@ void ConfigDlg::keyColorLinesClicked() { | |||
345 | 345 | ||
346 | keycolor_lines_button->setBackgroundColor(newcolor); | 346 | keycolor_lines_button->setPalette(QPalette(newcolor)); |
347 | emit reloadKeyboard(); | 347 | emit reloadKeyboard(); |
@@ -364,3 +364,3 @@ void ConfigDlg::textColorClicked() { | |||
364 | 364 | ||
365 | textcolor_button->setBackgroundColor(newcolor); | 365 | textcolor_button->setPalette(QPalette(newcolor)); |
366 | emit reloadKeyboard(); | 366 | emit reloadKeyboard(); |