Fix app icon on Windows
This commit is contained in:
parent
e609a1a9a5
commit
cf14837552
@ -141,7 +141,7 @@ void CropScene::setVisible(bool visible) {
|
|||||||
void CropScene::fontAsk() {
|
void CropScene::fontAsk() {
|
||||||
hide();
|
hide();
|
||||||
bool ok = false;
|
bool ok = false;
|
||||||
QFont font = QFontDialog::getFont(&ok, this->font(), nullptr, "Font to use");
|
QFont font = QFontDialog::getFont(&ok, this->font(), this->views()[0], "Font to use");
|
||||||
if (ok) _font = font;
|
if (ok) _font = font;
|
||||||
show();
|
show();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user