mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-03 16:15:13 +00:00
Removed blue window title, new small title used only in Windows.
This commit is contained in:
@@ -294,8 +294,7 @@ void LayerStackWidget::showLayer(LayerWidget *l) {
|
||||
void LayerStackWidget::showSpecialLayer(LayerWidget *l) {
|
||||
clearLayers();
|
||||
if (_specialLayer) {
|
||||
_specialLayer->hide();
|
||||
_specialLayer->deleteLater();
|
||||
_specialLayer.destroyDelayed();
|
||||
}
|
||||
_specialLayer = l;
|
||||
activateLayer(l);
|
||||
|
Reference in New Issue
Block a user