Empty pixel fix

Finally fixed not rendering some pixels in an effective way.
Added comments. Started making an adaptor to easly convert PDF info to gradient info.
This commit is contained in:
danya
2021-03-24 14:10:45 +03:00
parent e1f905ffe0
commit 27950b108b
5 changed files with 251 additions and 258 deletions

View File

@ -96,8 +96,6 @@ private slots:
void on_Reflected_CheckBox_clicked(bool checked);
void on_PeriodicCheckBox_clicked(bool checked);
private:
Ui::MainWindow *ui;
};