Ref T447, info area

* force floating windows on top "allFloatingOnTop()"
* slots -> normal functions
* use BLACK_VERIFY to avoid "shutdown" in release build, possible reason for Ref T334
This commit is contained in:
Klaus Basan
2018-12-11 09:04:53 +01:00
parent 08495a7854
commit 86b8fd03be
4 changed files with 39 additions and 28 deletions

View File

@@ -113,7 +113,6 @@ namespace BlackGui
//! Display console
void displayConsole();
public slots:
//! Toggle floating of given area
void toggleFloating(InfoArea infoArea) { CInfoArea::toggleFloatingByIndex(static_cast<int>(infoArea)); }