mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
profile: replot profile when settings changed
It would be nice to have a single "any setting changed" signal and not to have to listen to all of them individually... Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
196a33ba4b
commit
9ab7819fd1
3 changed files with 34 additions and 26 deletions
|
|
@ -41,6 +41,7 @@ private:
|
|||
|
||||
void plotAreaChanged(const QSizeF &size) override;
|
||||
void resetPointers() override;
|
||||
void replot();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue