зеркало из https://github.com/mozilla/moz-skia.git
Bug Fix: Pause drawing execution feature works due to fixed typo
Review URL: https://codereview.appspot.com/6349086 git-svn-id: http://skia.googlecode.com/svn/trunk@4505 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
Родитель
b9ddd4e9f1
Коммит
f927f44a29
|
@ -55,12 +55,8 @@ void SkCanvasWidget::resizeEvent(QResizeEvent* event) {
|
|||
|
||||
fDevice = new SkDevice(fBitmap);
|
||||
fCanvas = new SkCanvas(fDevice);
|
||||
<<<<<<< HEAD
|
||||
fDebugCanvas->setBounds(event->size().width(), event->size().height());
|
||||
fDebugCanvas->drawTo(fCanvas, fIndex);
|
||||
=======
|
||||
drawTo(fIndex);
|
||||
>>>>>>> refs/remotes/git-svn
|
||||
this->update();
|
||||
}
|
||||
|
||||
|
|
|
@ -72,7 +72,7 @@ SkDebuggerGUI::SkDebuggerGUI(QWidget *parent) :
|
|||
connect(&fCanvasWidget, SIGNAL(scaleFactorChanged(float)), this,
|
||||
SLOT(actionScale(float)));
|
||||
connect(fSettingsWidget.getCommandCheckBox(), SIGNAL(stateChanged(int)),
|
||||
this, SLOT(pauseDrawing(int)));
|
||||
this, SLOT(pauseDrawing(bool)));
|
||||
connect(&fCanvasWidget, SIGNAL(commandChanged(int)), &fSettingsWidget,
|
||||
SLOT(updateCommand(int)));
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче