mirror of https://github.com/KLayout/klayout.git
Fixed an issue introduced during qtless-canvas development (message was not displayed)
This commit is contained in:
parent
49ee4439a0
commit
a4dd5c1d3c
|
|
@ -282,7 +282,7 @@ public:
|
||||||
/**
|
/**
|
||||||
* @brief Display a status message
|
* @brief Display a status message
|
||||||
*/
|
*/
|
||||||
void message (const std::string &s = "", int timeout = 10);
|
virtual void message (const std::string &s = "", int timeout = 10);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief The "dirty" flag indicates that one of the layout has been modified
|
* @brief The "dirty" flag indicates that one of the layout has been modified
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue