accidently removed a line somehow. OpaqueMove is now read from the rc file.
This commit is contained in:
parent
307da13fff
commit
d99593673c
1 changed files with 1 additions and 0 deletions
|
@ -1205,6 +1205,7 @@ void BScreen::load() {
|
|||
rname.seekp(0); rclass.seekp(0);
|
||||
rname << rscreen.str() << "opaqueMove" << ends;
|
||||
rclass << rscreen.str() << "OpaqueMove" << ends;
|
||||
if (config.getValue(rname.str(), rclass.str(), b))
|
||||
resource.opaque_move = b;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue