mirror of
https://github.com/KDE/konsole.git
synced 2026-05-06 05:36:40 -04:00
back again, snapshot has already changes in kdeui
svn path=/trunk/KDE/kdebase/konsole/; revision=506933
This commit is contained in:
@@ -200,9 +200,9 @@ void SchemaEditor::previewLoaded(bool l)
|
||||
if (l) {
|
||||
QMatrix mat;
|
||||
pix =
|
||||
spix->transformed(mat.
|
||||
scale(180.0 / spix->QPixmap::width(),
|
||||
100.0 / spix->QPixmap::height()));
|
||||
spix->pixmap().transformed(mat.
|
||||
scale(180.0 / spix->pixmap().width(),
|
||||
100.0 / spix->pixmap().height()));
|
||||
kDebug(0) << "Loaded" << endl;
|
||||
loaded = true;
|
||||
if (transparencyCheck->isChecked()) {
|
||||
|
||||
Reference in New Issue
Block a user